LogsTabT Class

Logs tab, to see logs of a particular item.

Definition

Namespace: MobileTrack.Web.Portal.Components.ItemEditors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public class LogsTab<T> : MtBaseComponent
where T : IIdLabel, IHasCompany
Inheritance
Object    ComponentBase    MtBaseComponent    LogsTabT

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:MobileTrack.Web.Portal.Components.ItemEditors.LogsTab`1"]

Constructors

LogsTabTInitializes a new instance of the LogsTabT class

Properties

IsActiveTab Whether this tab is active at startup.
Item Item to retrieve logs for.
OnClick This event fires when the user clicks the corresponding tab button and the tab is displayed.
RequiredPermissionsForManage Lists the permissions the user needs to be able to manage the page/item
(Overrides MtBaseComponentRequiredPermissionsForManage)
RequiredPermissionsForView Lists the permissions the user needs to be able to view the page/item
(Overrides MtBaseComponentRequiredPermissionsForView)

Methods

See Also