Table of Contents

Class UserDisplayProfileSearch

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

The object used to specify the arguments when searching for a UserDisplayProfile.

public class UserDisplayProfileSearch : Search, IEntity
Inheritance
UserDisplayProfileSearch
Implements
Inherited Members

Constructors

UserDisplayProfileSearch()

Initializes a new instance of the UserDisplayProfileSearch class. (Empty)

public UserDisplayProfileSearch()

UserDisplayProfileSearch(Id)

Initializes a new instance of the UserDisplayProfileSearch class.

public UserDisplayProfileSearch(Id id)

Parameters

id Id

The identifier.

UserDisplayProfileSearch(User)

Initializes a new instance of the UserDisplayProfileSearch class.

public UserDisplayProfileSearch(User user)

Parameters

user User

The user for which the profile is being sought.

Properties

GetDefaultProfile

Gets or sets whether or not to get a default profile in user search; the default is not to retrieve a default profile when none is present in database.

public bool? GetDefaultProfile { get; set; }

Property Value

bool?

GetDefaultProfiler

User

Gets or sets the user.

public User? User { get; set; }

Property Value

User

User