CompanyGeofences Class

Shows an overview of all geofences in the current CompanyDto, or filtered based on the current EnvironmentDto in the system.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Company
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[RouteAttribute("/{environmentId:guid}/geofences")]
public class CompanyGeofences : MtBaseComponent
Inheritance
Object    ComponentBase    MtBaseComponent    CompanyGeofences

Constructors

CompanyGeofencesInitializes a new instance of the CompanyGeofences class

Properties

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