Table of Contents

Class ElectricHybridPluginGroup

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

This is a system group see Group with an Id of GroupElectricHybridPluginId. It is a child of PowertrainAndFuelTypeGroup and has its own sub-tree.

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

Constructors

ElectricHybridPluginGroup(Id)

Initializes a new instance of the ElectricHybridPluginGroup class.

public ElectricHybridPluginGroup(Id id)

Parameters

id Id

The group id.

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

Initializes a new instance of the ElectricHybridPluginGroup class.

public ElectricHybridPluginGroup(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.