Enum ExceptionRuleBaseType
- Namespace
- Geotab.Checkmate.ObjectModel.Exceptions
- Assembly
- Geotab.Checkmate.ObjectModel.dll
When exceptions are created based on built-in rules, the base type is always set to "Stock". For rules which are defined by you, the base type will be "Custom". The ZoneStop base type is used to designate exceptions created specifically when a zone is configured with the "MustIdentifyStops" property set to true.
public enum ExceptionRuleBaseType
- Extension Methods
Fields
Custom = 0
Custom Exception rule. All user created rules are custom rules.
RouteBasedMaterialMgmt = 28
Material management rule.
RouteCompletion = 27
Route completion rule.
RouteDefinition = 23
Route Definition base rule
Stock = 25
Stock (canned) exception rule. These are the common rules available to switch on/off in MyGeotab.
Unknown = -1
Unknown base type.
Virtual = 29
Virtual rule.
ZoneStop = 26
Zone stop rule. When a Zone's MustIdentifyStops property is set to true, the system creates a rule to identify when a device is stopped in the zone. These rules are of type ZoneStop.