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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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