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
Properties
Id
public override Id? Id { get; set; }
Property Value
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
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()