Class ParameterGroupNone
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A parameter group to use where there is no parameter group.
public class ParameterGroupNone : ParameterGroup, IEntity, IComparable, IIdentifiable
- Inheritance
-
ParameterGroupNone
- Implements
- Inherited Members
Fields
Value
The singleton value.
public static readonly ParameterGroupNone Value
Field Value
Properties
Id
Gets or sets the unique identifier for this entity. see Id.
public override Id? Id { get; set; }
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.
IsSystemEntity()
Returns true if the class is a system entity, false otherwise.
public override bool IsSystemEntity()