Class LevcFaultDiagnostic
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A diagnostic for a LEVC fault.
public class LevcFaultDiagnostic : Diagnostic, IEntity, IComparable, IIdentifiable, IVersion
- Inheritance
-
LevcFaultDiagnostic
- Implements
- Inherited Members
Constructors
LevcFaultDiagnostic()
Initializes a new instance of the LevcFaultDiagnostic class.
public LevcFaultDiagnostic()
LevcFaultDiagnostic(Id?, long?, string?, int?, EngineType?, Source?, Controller?, FaultResetMode?, UnitOfMeasure?)
Initializes a new instance of the LevcFaultDiagnostic class.
public LevcFaultDiagnostic(Id? id, long? version, string? name, int? code, EngineType? engineType, Source? source, Controller? controller, FaultResetMode? faultResetMode, UnitOfMeasure? unitOfMeasure)
Parameters
id
IdThe Id.
version
long?The version.
name
stringThe name.
code
int?The code.
engineType
EngineTypeThe EngineType.
source
SourceThe Source.
controller
ControllerThe controller.
faultResetMode
FaultResetMode?The fault reset mode.
unitOfMeasure
UnitOfMeasureThe UnitOfMeasure.
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.