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
IdThe identifier.
UserDisplayProfileSearch(User)
Initializes a new instance of the UserDisplayProfileSearch class.
public UserDisplayProfileSearch(User user)
Parameters
user
UserThe 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
User
Gets or sets the user.
public User? User { get; set; }