Table of Contents

Interface IAutoGroupsProvider

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

Models the properties of an entity with autoGroups.

public interface IAutoGroupsProvider

Properties

AutoGroups

Gets or sets the messaging status Group(s). Drivers with Garmin-equipped vehicles can update their working status by choosing one from a set of common statuses. This status update is shared with their team. For example, when drivers finish their work, they can set their statuses to 'Available'. Their dispatcher is notified of this and can begin to assign work based on both the location and availability of the drivers. Default [Empty].

IList<Group>? AutoGroups { get; set; }

Property Value

IList<Group>

IList<T>