Table of Contents

Class DriverActivityGroup

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

This is a system group see Group with an Id of GroupDriverActivityGroupId. It is a group for all , see CustomReportSchedule. Each of these private scheduled group contains the individual users that are added manually as the report recipients.

public class DriverActivityGroup : SystemGroupBase, IEntity, IComparable, IIdentifiable, IDefaultable
Inheritance
DriverActivityGroup
Implements
Inherited Members

Constructors

DriverActivityGroup(Id)

Initializes a new instance of the DriverActivityGroup class.

public DriverActivityGroup(Id id)

Parameters

id Id

The group id.

DriverActivityGroup(string, string, List<Group>, Group, string, string?)

Initializes a new instance of the DriverActivityGroup class.Initializes a new instance of the DriverActivityGroup class.

public DriverActivityGroup(string comments = null, string reference = null, List<Group> children = null, Group parent = null, string path = null, string? name = null)

Parameters

comments string

The comments.

reference string

The reference.

children List<Group>

The children.

parent Group

The groups parent.

path string

Ltree path of the group

name string

Name of the group

Properties

Id

Gets the unique identifier for this entity. see Id.

public override Id Id { get; }

Property Value

Id

The Id .

Methods

Clone()

Creates a new object that is a copy of the current instance.

public override IEntity Clone()

Returns

IEntity

A new object that is a copy of this instance.