GeofencesTabT Class

This component is used to edit the geofences of an object derived from IHasGeofences

Definition

Namespace: MobileTrack.Web.Portal.Components.ItemEditors
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class GeofencesTab<T> : MtBaseComponent
where T : class, IIdLabel, IHasEnvironment, IHasGeofences, IHasLocation
Inheritance
Object    ComponentBase    MtBaseComponent    GeofencesTabT

Type Parameters

T

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

Constructors

GeofencesTabTInitializes a new instance of the GeofencesTabT class

Properties

GeofencesEditor The geofences editor component for the item.
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.

See Also