Table of Contents

Class UserDisplayProfile

Namespace
Geotab.Checkmate.ObjectModel.Engine.DisplayDiagnostic
Assembly
Geotab.Checkmate.ObjectModel.dll

false Contains the link between User and DisplayMeasurementProfile.

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

identity Id

The identifier.

userId Id

The user identifier.

profileId Id

The identifier for profile.

Properties

ProfileId

Gets or sets the profile Id.

public Id? ProfileId { get; set; }

Property Value

Id

ProfileId

UserId

Gets or sets the user Id.

public Id? UserId { get; set; }

Property Value

Id

UserId

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.