User Class |
Namespace: ConnectedApps.Cms.Entities
The User type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateDate |
Gets the UTC create date of the user.
|
![]() |
Gets the email address of the user.
| |
![]() | FirstName |
Gets or sets the first name of the user.
|
![]() | IsAdmin |
Gets or sets a value indicating if the user is in the system administrator group.
|
![]() | IsAssetAdmin |
Gets or sets a value indicating if the user is in the system asset administrator group.
|
![]() | IsLockedOut |
Gets a value indicating if the user is locked out.
|
![]() | IsOnline |
Gets a value indicating if the user is currently online. It is not recommended to rely on the accuracy of this value.
|
![]() | IsPrimary |
Gets a value indicating if the user is the account's primary user. Only 1 user can be marked as IsPrimary.
|
![]() | LastLoginDate |
Gets the last successful login UTC date, if any.
|
![]() | LastName |
Gets or sets the last name of the user.
|
![]() | Profile |
Gets the UserProfile of the user.
|
![]() | ProviderInstanceId |
Gets the unique identifier of the user provider instance of the user, if any.
|
![]() | ProviderKey |
Gets the key in the user provider instance that maps to the user, if any.
|
![]() | ProviderUsername |
Gets or sets the user name in the user provider instance that maps to the user, if any.
|
![]() | UserId |
Gets a unique identifier of the user.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |