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 = 0Custom Exception rule. All user created rules are custom rules.
RouteBasedMaterialMgmt = 28Material management rule.
RouteCompletion = 27Route completion rule.
RouteDefinition = 23Route Definition base rule
Stock = 25Stock (canned) exception rule. These are the common rules available to switch on/off in MyGeotab.
Unknown = -1Unknown base type.
Virtual = 29Virtual rule.
ZoneStop = 26Zone 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.