Table of Contents

Class EventTypeLicensePlateExpiry

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

An Event that occurs when the license plate expires.

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

Fields

Value

The singleton value.

public static readonly EventTypeLicensePlateExpiry Value

Field Value

EventTypeLicensePlateExpiry

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

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.