Table of Contents

Class NoTrailer

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

false

A Trailer for DVIRLog(s) with no trailer.
public class NoTrailer : Trailer, IEntity, IComparable, IIdentifiable, IVersion, IGroupLinked, IDefaultable
Inheritance
NoTrailer
Implements
Inherited Members

Fields

Value

The singleton value.

public static readonly NoTrailer Value

Field Value

NoTrailer

Properties

Comment

Gets or sets the serial number.

public override string? Comment { get; set; }

Property Value

string

string

Exceptions

NotSupportedException

It is not supported to set Comment for NoTrailer.

Id

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

public override Id? Id { get; set; }

Property Value

Id

The source.

Exceptions

NotSupportedException

It is not supported to set Id for NoTrailer.

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

string

Exceptions

NotSupportedException

It is not supported to set Name for NoTrailer.

Methods

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.