Class MixUser
Inheritance
System.Object
MixUser
Assembly: mix.database.dll
Syntax
public class MixUser : IdentityUser<Guid>, IEntity<Guid>
Constructors
|
Improve this Doc
View Source
MixUser()
Declaration
Properties
|
Improve this Doc
View Source
AspNetUserClaimsUser
Declaration
public virtual ICollection<AspNetUserClaims> AspNetUserClaimsUser { get; set; }
Property Value
|
Improve this Doc
View Source
AspNetUserLoginsUser
Declaration
public virtual ICollection<AspNetUserLogins> AspNetUserLoginsUser { get; set; }
Property Value
|
Improve this Doc
View Source
AspNetUserRolesUser
Declaration
public virtual ICollection<AspNetUserRoles> AspNetUserRolesUser { get; set; }
Property Value
|
Improve this Doc
View Source
AspNetUserTokens
Declaration
public virtual ICollection<AspNetUserTokens> AspNetUserTokens { get; set; }
Property Value
|
Improve this Doc
View Source
Avatar
Declaration
public string Avatar { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Claims
Declaration
public virtual ICollection<AspNetUserClaims> Claims { get; set; }
Property Value
|
Improve this Doc
View Source
CreatedDateTime
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
DOB
Declaration
public DateTime? DOB { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Gender
Declaration
public string Gender { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsActived
Declaration
public bool IsActived { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastModified
Declaration
public DateTime? LastModified { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LockoutEnd
Declaration
public DateTime? LockoutEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NickName
Declaration
public string NickName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RegisterType
Declaration
public string RegisterType { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
IEntity<>