Table of Contents

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 Id

The identifier.

GlobalEntitySetting(Id?, string?, AddInData?)

Initializes a new instance of the GlobalEntitySetting class.

public GlobalEntitySetting(Id? id, string? key, AddInData? data)

Parameters

id Id

The identifier.

key string

The key.

data AddInData

The AddInData.

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.