Class MinimalUserModel
This class represents a user that is assigned to a role. It is a stripped down version of the user and returns only essential information related to the user for role associations.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Security
Assembly: Vasont.Publisher.Models.dll
Syntax
public class MinimalUserModel : MicroUserModel
Properties
| Improve this Doc View SourceLocale
Gets or sets the user's desired language.
Declaration
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Locked
Gets a value indicating whether the user is locked.
Declaration
public bool Locked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LockExpirationDate
Gets or sets the lock expiration date.
Declaration
public DateTime? LockExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
TimeZone
Gets or sets the user's time zone.
Declaration
public string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String |