Show / Hide Table of Contents

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.

Inheritance
System.Object
MicroUserModel
MinimalUserModel
UserModel
Inherited Members
MicroUserModel.UserId
MicroUserModel.Email
MicroUserModel.FirstName
MicroUserModel.LastName
MicroUserModel.FullName
MicroUserModel.UserName
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 Source

Locale

Gets or sets the user's desired language.

Declaration
public string Locale { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Locked

Gets a value indicating whether the user is locked.

Declaration
public bool Locked { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LockExpirationDate

Gets or sets the lock expiration date.

Declaration
public DateTime? LockExpirationDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
| Improve this Doc View Source

TimeZone

Gets or sets the user's time zone.

Declaration
public string TimeZone { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont