Table of Contents

Class DeviceEntitySetting

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

Represents an entity setting for EntityType.Device.

public class DeviceEntitySetting : EntitySetting, IEntity, IComparable, IIdentifiable, IAddInDataProvider, IDeviceProvider
Inheritance
DeviceEntitySetting
Implements
Inherited Members

Constructors

DeviceEntitySetting(Id?)

Initializes a new instance of the DeviceEntitySetting class.

public DeviceEntitySetting(Id? id)

Parameters

id Id

The identifier.

DeviceEntitySetting(Id?, Device?, string?, AddInData?)

Initializes a new instance of the DeviceEntitySetting class.

public DeviceEntitySetting(Id? id, Device? device, string? key, AddInData? data)

Parameters

id Id

The identifier.

device Device

The Device.

key string

The key.

data AddInData

The AddInData.

Properties

Device

Gets or sets the Device.

public Device? Device { get; set; }

Property Value

Device

The Device.

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.