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.8+821604ea552bde242964120acb39b21c90d2b4af
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