Table of Contents

Class RootGroup

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

This is a system group see Group that is the root of all groups.

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

Constructors

RootGroup(List<Group>?, string?)

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

public RootGroup(List<Group>? children = null, string? path = null)

Parameters

children List<Group>

The children.

path string

Ltree path of the group

Properties

Id

Gets the unique identifier for this entity. see Id.

public override Id Id { get; }

Property Value

Id

The Id .

Name

Gets or sets the name of this system group.

public override string? Name { get; set; }

Property Value

string

The name of this system group.

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.