Table of Contents

Interface IGroupLinked

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

An object that implements this interface has a relationship with Group(s). The object can be linked to one or more Group(s).

public interface IGroupLinked

Properties

Groups

Gets or sets Group(s) collection.

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

Property Value

IList<Group>

IList<T>