Table of Contents

Class BasicDiagnostic

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

Information from the engine computer that can either be measurement data or fault code data. This inherited class only consists of a diagnostics Id.

public class BasicDiagnostic : Diagnostic, IEntity, IComparable, IIdentifiable, IVersion
Inheritance
BasicDiagnostic
Implements
Inherited Members

Constructors

BasicDiagnostic()

Initializes a new instance of the BasicDiagnostic class. Initializes a new instance of the BasicDiagnostic class.

public BasicDiagnostic()

BasicDiagnostic(Id?)

Initializes a new instance of the BasicDiagnostic class.Constructor.

public BasicDiagnostic(Id? id)

Parameters

id Id

Id.

BasicDiagnostic(Id?, long?)

Initializes a new instance of the BasicDiagnostic class. Initializes a new instance of the BasicDiagnostic class.

public BasicDiagnostic(Id? identity, long? version)

Parameters

identity Id

The identity.

version long?

The version.

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.