Table of Contents

Class UserEntitySetting

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

Represents an entity setting for User.

public class UserEntitySetting : EntitySetting, IEntity, IComparable, IIdentifiable, IAddInDataProvider, IUserProvider
Inheritance
UserEntitySetting
Implements
Inherited Members

Constructors

UserEntitySetting(Id?)

Initializes a new instance of the UserEntitySetting class.

public UserEntitySetting(Id? id)

Parameters

id Id

The identifier.

UserEntitySetting(Id?, User?, string?, AddInData?)

Initializes a new instance of the UserEntitySetting class.

public UserEntitySetting(Id? id, User? user, string? key, AddInData? data)

Parameters

id Id

The identifier.

user User

The User.

key string

The key.

data AddInData

The AddInData.

Properties

User

Gets or sets the User.

public User? User { get; set; }

Property Value

User

The User.

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.