Show / Hide Table of Contents

Class MixUser

Inheritance
System.Object
MixUser
Implements
IEntity<Guid>
Namespace: Mix.Database.Entities.Account
Assembly: mix.database.dll
Syntax
public class MixUser : IdentityUser<Guid>, IEntity<Guid>

Constructors

| Improve this Doc View Source

MixUser()

Declaration
public MixUser()

Properties

| Improve this Doc View Source

AspNetUserClaimsUser

Declaration
public virtual ICollection<AspNetUserClaims> AspNetUserClaimsUser { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<AspNetUserClaims>
| Improve this Doc View Source

AspNetUserLoginsUser

Declaration
public virtual ICollection<AspNetUserLogins> AspNetUserLoginsUser { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<AspNetUserLogins>
| Improve this Doc View Source

AspNetUserRolesUser

Declaration
public virtual ICollection<AspNetUserRoles> AspNetUserRolesUser { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<AspNetUserRoles>
| Improve this Doc View Source

AspNetUserTokens

Declaration
public virtual ICollection<AspNetUserTokens> AspNetUserTokens { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<AspNetUserTokens>
| 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
Type Description
System.Collections.Generic.ICollection<AspNetUserClaims>
| 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<>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾