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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum ItemType

Members

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

See Also