Table of Contents

Class EventTypeLeaseExpiry

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

An event that occurs when the lease expires.

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

Fields

Value

The singleton value.

public static readonly EventTypeLeaseExpiry Value

Field Value

EventTypeLeaseExpiry

Properties

Id

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

public override Id? Id { get; set; }

Property Value

Id

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.