Class AspNetUsers
Inheritance
System.Object
AspNetUsers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: mix.database.dll
Syntax
Constructors
|
Improve this Doc
View Source
AspNetUsers()
Declaration
Properties
|
Improve this Doc
View Source
AccessFailedCount
Declaration
public int AccessFailedCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
AspNetUserClaimsApplicationUser
Declaration
public virtual ICollection<AspNetUserClaims> AspNetUserClaimsApplicationUser { get; set; }
Property Value
|
Improve this Doc
View Source
AspNetUserClaimsUser
Declaration
public virtual ICollection<AspNetUserClaims> AspNetUserClaimsUser { get; set; }
Property Value
|
Improve this Doc
View Source
AspNetUserLoginsApplicationUser
Declaration
public virtual ICollection<AspNetUserLogins> AspNetUserLoginsApplicationUser { 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
AspNetUserRolesApplicationUser
Declaration
public virtual ICollection<AspNetUserRoles> AspNetUserRolesApplicationUser { 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
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CountryId
Declaration
public int CountryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Culture
Declaration
public string Culture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Dob
Declaration
public DateTime? Dob { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|
|
Improve this Doc
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EmailConfirmed
Declaration
public bool EmailConfirmed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
Id
Declaration
public Guid Id { get; set; }
Property Value
|
Improve this Doc
View Source
IsActived
Declaration
public bool IsActived { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
JoinDate
Declaration
public DateTime JoinDate { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
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
LockoutEnabled
Declaration
public bool LockoutEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
NormalizedEmail
Declaration
public string NormalizedEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NormalizedUserName
Declaration
public string NormalizedUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PasswordHash
Declaration
public string PasswordHash { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PhoneNumberConfirmed
Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RegisterType
Declaration
public string RegisterType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SecurityStamp
Declaration
public string SecurityStamp { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TwoFactorEnabled
Declaration
public bool TwoFactorEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|