Table of Contents

Class EngineTypeNone

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

false

Represents an empty (null) EngineType, used for devices that are not engine-assigned.
public class EngineTypeNone : EngineTypeSystem, IEntity, IComparable, IIdentifiable
Inheritance
EngineTypeNone
Implements
Inherited Members

Fields

Value

The singleton value.

public static readonly EngineTypeNone Value

Field Value

EngineTypeNone

Properties

Id

Gets the unique identifier for this entity.

public override Id Id { get; }

Property Value

Id

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.