Class GasolinePetrolGroup
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This is a system group see Group with an Id of GroupGasolinePetrolId. It is a child of InternalCombustionEngineGroup.
public class GasolinePetrolGroup : SystemGroupBase, IEntity, IComparable, IIdentifiable, IDefaultable- Inheritance
- 
      
      
      
      
      
      
      GasolinePetrolGroup
- Implements
- Inherited Members
Constructors
GasolinePetrolGroup(Id)
Initializes a new instance of the GasolinePetrolGroup class.
public GasolinePetrolGroup(Id id)Parameters
- idId
- The group id. 
GasolinePetrolGroup(string, string, List<Group>, Group, string, string?)
Initializes a new instance of the GasolinePetrolGroup class.Initializes a new instance of the GasolinePetrolGroup class.
public GasolinePetrolGroup(string comments = null, string reference = null, List<Group> children = null, Group parent = null, string path = null, string? name = null)Parameters
- commentsstring
- The comments. 
- referencestring
- The reference. 
- childrenList<Group>
- The children. 
- parentGroup
- The groups parent. 
- pathstring
- Ltree path of the group 
- namestring
- Name 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.