Class GlobalEntitySetting
- Namespace
- Geotab.Checkmate.ObjectModel.EntitySettings
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents an entity setting for EntityType.Global.
public class GlobalEntitySetting : EntitySetting, IEntity, IComparable, IIdentifiable, IAddInDataProvider
- Inheritance
-
GlobalEntitySetting
- Implements
- Inherited Members
Constructors
GlobalEntitySetting(Id?)
Initializes a new instance of the GlobalEntitySetting class.
public GlobalEntitySetting(Id? id)
Parameters
id
IdThe identifier.
GlobalEntitySetting(Id?, string?, AddInData?)
Initializes a new instance of the GlobalEntitySetting class.
public GlobalEntitySetting(Id? id, string? key, AddInData? data)
Parameters
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.