Table of Contents

Class EventTypeElectricalSystemMaintenance

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

An event that occurs when the electrical system needs maintenance.

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

Fields

Value

The singleton value.

public static readonly EventTypeElectricalSystemMaintenance Value

Field Value

EventTypeElectricalSystemMaintenance

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.