Table of Contents

Class EventTypeTireRotation

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

An event that occurs when the tires need to be rotated.

public class EventTypeTireRotation : EventType, IEntity, IComparable, IIdentifiable, IMaintenanceSource
Inheritance
EventTypeTireRotation
Implements
Inherited Members

Fields

Value

The singleton value.

public static readonly EventTypeTireRotation Value

Field Value

EventTypeTireRotation

Properties

Id

Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.

public override Id? Id { get; set; }

Property Value

Id

returns. Id

Exceptions

NotSupportedException

Setting is not supported.

Name

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

public override string? Name { set; }

Property Value

string

the name of the entity

Exceptions

NotSupportedException

Setting is not supported.

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.