Class BatteryElectricVehicleGroup
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This is a system group see Group with an Id of GroupBatteryElectricVehicleId. It is a child of ElectricHybridPluginGroup.
public class BatteryElectricVehicleGroup : SystemGroupBase, IEntity, IComparable, IIdentifiable, IDefaultable
- Inheritance
-
BatteryElectricVehicleGroup
- Implements
- Inherited Members
Constructors
BatteryElectricVehicleGroup(Id)
Initializes a new instance of the BatteryElectricVehicleGroup class.
public BatteryElectricVehicleGroup(Id id)
Parameters
idIdThe group id.
BatteryElectricVehicleGroup(string, string, List<Group>, Group, string, string?)
Initializes a new instance of the BatteryElectricVehicleGroup class.Initializes a new instance of the BatteryElectricVehicleGroup class.
public BatteryElectricVehicleGroup(string comments = null, string reference = null, List<Group> children = null, Group parent = null, string path = null, string? name = null)
Parameters
commentsstringThe comments.
referencestringThe reference.
childrenList<Group>The children.
parentGroupThe groups parent.
pathstringLtree path of the group
namestringName of the group
Properties
Id
Gets the unique identifier for this entity. see Id.
public override Id Id { get; }
Property Value
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.