Table of Contents

Class BrpFaultController

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

Object representing the specific, known ID reserved for faults generated with manufacturer specific codes.

public class BrpFaultController : Controller, IEntity, IComparable, IIdentifiable, IVersion
Inheritance
BrpFaultController
Implements
Inherited Members

Fields

Value

The singleton value.

public static readonly BrpFaultController Value

Field Value

BrpFaultController

Properties

CodeId

Gets or sets the code.

public override short? CodeId { get; set; }

Property Value

short?

The code.

Id

Gets or sets the unique identifier for this entity. see Id.

public override Id? Id { get; set; }

Property Value

Id

The Id .

Name

Gets or sets the name of this entity which identifies it and is used when displaying this entity.

public override string? Name { get; set; }

Property Value

string

The name of this entity that uniquely identifies it and is used when displaying this entity.

Source

Gets or sets the Source.

public override Source? Source { get; set; }

Property Value

Source

The 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.

IsSystemEntity()

Returns true if the class is a system entity, false otherwise.

public override bool IsSystemEntity()

Returns

bool

true if the entity is a system entity; otherwise, false.

See Also