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
IdThe 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
Properties
User
Gets or sets the User.
public User? User { get; set; }
Property Value
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.