Class User
- Namespace
- Tlabs.Data.Model
- Assembly
- Tlabs.Data.dll
- Inheritance
-
User
- Inherited Members
-
- Extension Methods
-
Constructors
User()
User(User)
Parameters
u
User
Fields
Email
Field Value
- string
FirstName
Field Value
- string
Lang
Field Value
- string
LastName
Field Value
- string
Modified
public DateTime? Modified
Field Value
- DateTime?
Password
Field Value
- string
RoleIds
public IList<string>? RoleIds
Field Value
- IList<string>
Roles
public IList<Role>? Roles
Field Value
- IList<Role>
Status
Field Value
- string
Username
Field Value
- string
Methods
AsEntity(ICachedRepo<Locale>?)
public User AsEntity(ICachedRepo<Locale>? locRepo = null)
Parameters
locRepo
ICachedRepo<Locale>
Returns
- User
CopyTo(User, ICachedRepo<Locale>?)
public User CopyTo(User ent, ICachedRepo<Locale>? locRepo = null)
Parameters
ent
User
locRepo
ICachedRepo<Locale>
Returns
- User
CopyTo(User)
public User CopyTo(User usr)
Parameters
usr
User
Returns
- User