Table of Contents

Class User

Namespace
Tlabs.Data.Model
Assembly
Tlabs.Data.dll
public class User
Inheritance
User
Inherited Members
Extension Methods

Constructors

User()

public User()

User(User)

public User(User u)

Parameters

u User

Fields

Email

public string? Email

Field Value

string

FirstName

public string? FirstName

Field Value

string

Lang

public string? Lang

Field Value

string

LastName

public string? LastName

Field Value

string

Modified

public DateTime? Modified

Field Value

DateTime?

Password

public string? Password

Field Value

string

RoleIds

public IList<string>? RoleIds

Field Value

IList<string>

Roles

public IList<Role>? Roles

Field Value

IList<Role>

Status

public string? Status

Field Value

string

Username

public 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