Class Sid
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class Sid : Diagnostic, IEntity, IComparable, IIdentifiable, IVersion
- Inheritance
-
Sid
- Implements
- Inherited Members
Constructors
Sid()
public Sid()
Sid(Id?, long?, string?, int?, EngineType?, Controller?, FaultResetMode?)
public Sid(Id? id, long? version, string? name, int? code, EngineType? engineType, Controller? controller, FaultResetMode? faultResetMode)
Parameters
idIdThe Id.
versionlong?The version.
namestringThe name.
codeint?The code.
engineTypeEngineTypeThe EngineType.
controllerControllerThe Controller.
faultResetModeFaultResetMode?The FaultResetMode.
Sid(Id?, long?, string?, int?, EngineType?, Controller?, FaultResetMode?, Source?)
public Sid(Id? id, long? version, string? name, int? code, EngineType? engineType, Controller? controller, FaultResetMode? faultResetMode, Source? source)
Parameters
idIdThe Id.
versionlong?The version.
namestringThe name.
codeint?The code.
engineTypeEngineTypeType of the engine.
controllerControllerThe controller.
faultResetModeFaultResetMode?The fault reset mode.
sourceSourceThe source.
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.