Enum IncludeGroups
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The IncludeGroups enum provides a method of querying for entities relative to the entity's position in the hierarchy of Group(s). Some entity types (such as Zone(s)) have implications to entities in their child groups. For example; on a map, it may be useful to include Zone(s) that are above the user's data scope groups. These Zone(s) will also apply to vehicles that are at or below the selected Group(s) of the Zone.
public enum IncludeGroups
- Extension Methods
Fields
Child = 0Include Children groups in the query results.
Direct = 3Directly related groups only in the query results.
Parent = 1Include Parent groups in the query results.
ParentAndChild = 2Include Parent and Children groups in the query results.