Class UserDisplayProfile
- Namespace
- Geotab.Checkmate.ObjectModel.Engine.DisplayDiagnostic
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class UserDisplayProfile : Entity, IEntity, IComparable, IIdentifiable
- Inheritance
-
UserDisplayProfile
- Implements
- Inherited Members
Constructors
UserDisplayProfile()
Initializes a new instance of the UserDisplayProfile class. (Empty)
public UserDisplayProfile()
UserDisplayProfile(Id?, Id?, Id)
Initializes a new instance of the UserDisplayProfile class.
public UserDisplayProfile(Id? identity, Id? userId, Id profileId)
Parameters
Properties
ProfileId
Gets or sets the profile Id.
public Id? ProfileId { get; set; }
Property Value
UserId
Gets or sets the user Id.
public Id? UserId { 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.