Table of Contents

Class EntitiesPerGroupResult

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

The count of entities by Group Id.

public class EntitiesPerGroupResult : Dictionary<Id, int>, IDictionary<Id, int>, ICollection<KeyValuePair<Id, int>>, IDictionary, ICollection, IReadOnlyDictionary<Id, int>, IReadOnlyCollection<KeyValuePair<Id, int>>, IEnumerable<KeyValuePair<Id, int>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance
EntitiesPerGroupResult
Implements
Inherited Members

Constructors

EntitiesPerGroupResult()

Initializes a new instance of the EntitiesPerGroupResult class.

public EntitiesPerGroupResult()

EntitiesPerGroupResult(IDictionary<Id, int>)

Initializes a new instance of the EntitiesPerGroupResult class.

public EntitiesPerGroupResult(IDictionary<Id, int> entitiesPerGroupResult)

Parameters

entitiesPerGroupResult IDictionary<Id, int>

The entities per group result.

EntitiesPerGroupResult(int)

Initializes a new instance of the EntitiesPerGroupResult class.

public EntitiesPerGroupResult(int size)

Parameters

size int

The size.