Class EngineTypeNone
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class EngineTypeNone : EngineTypeSystem, IEntity, IComparable, IIdentifiable
- Inheritance
-
EngineTypeNone
- Implements
- Inherited Members
Fields
Value
The singleton value.
public static readonly EngineTypeNone Value
Field Value
Properties
Id
Gets the unique identifier for this entity.
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.