Class UserDto
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
Constructors
UserDto()
Declaration
Fields
TableName
Declaration
public const string TableName = null
Field Value
Type |
Description |
System.String |
|
Properties
Avatar
Will hold the media file system relative path of the users custom avatar if they uploaded one
Declaration
public string Avatar { get; set; }
Property Value
Type |
Description |
System.String |
|
CreateDate
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Disabled
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
EmailConfirmedDate
Declaration
public DateTime? EmailConfirmedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FailedLoginAttempts
Declaration
public int? FailedLoginAttempts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InvitedDate
Declaration
public DateTime? InvitedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LastLockoutDate
Declaration
public DateTime? LastLockoutDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LastLoginDate
Declaration
public DateTime? LastLoginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LastPasswordChangeDate
Declaration
public DateTime? LastPasswordChangeDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Login
Declaration
public string Login { get; set; }
Property Value
Type |
Description |
System.String |
|
NoConsole
Declaration
public bool NoConsole { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
PasswordConfig
This will represent a JSON structure of how the password has been created (i.e hash algorithm, iterations)
Declaration
public string PasswordConfig { get; set; }
Property Value
Type |
Description |
System.String |
|
SecurityStampToken
Declaration
public string SecurityStampToken { get; set; }
Property Value
Type |
Description |
System.String |
|
TourData
A Json blob stored for recording tour data for a user
Declaration
public string TourData { get; set; }
Property Value
Type |
Description |
System.String |
|
UpdateDate
Declaration
public DateTime UpdateDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
UserGroupDtos
Declaration
public List<UserGroupDto> UserGroupDtos { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<UserGroupDto> |
|
UserLanguage
Declaration
public string UserLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
UserStartNodeDtos
Declaration
public HashSet<UserStartNodeDto> UserStartNodeDtos { get; set; }
Property Value