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