ItemType Enumeration

If you're having a list of items deriving from IIdLabel's and you want to know what type of item it is, use this enum to differentiate between them.

Definition

Namespace: MobileTrack.Common.Enums
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public enum ItemType

Members

None0 No type selected.
Account1 Type is AccountDto
Company2 Type is CompanyDto
CustomPage3 Type is CustomPageDto
Dashboard4 Type is DashboardDto
Device5 Type is DeviceDto
Environment6 Type is EnvironmentDto
Geofences7 Type is GeofenceDto
MapMarker8 Type is MapMarkerDto

See Also