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