DashboardModuleType Class

The type of dashboard module

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class DashboardModuleType : AbstractValueMap<DashboardModuleType>
Inheritance
Object    AbstractValueMapDashboardModuleType    DashboardModuleType

Fields

Accounts The module represents a AccountDto
Devices The module represents a DeviceDto
Environments The module represents a EnvironmentDto
Exceptions The module represents a Exception
GlobalMapMarkers The module represents a global MapMarkerDto
GoogleMap The module represents a Google map component
IpBlackList The module represents a BlackList for IP address
IpWhiteList The module represents a WhiteList for IP address
Logs The module represents a LogDto
MapMarkers The module represents a MapMarkerDto
ServiceBusStatus The module represents a Service bus status

See Also