Show / Hide Table of Contents

Class UserDto

Пользователь.

Inheritance
InheritedDto<SubjectDto>
SubjectDto
UserDto
ExtendedUserDto
Inherited Members
SubjectDto.Id
Namespace: Trivium.SubjectsDto
Assembly: Trivium.SubjectsDto.dll
Syntax
public class UserDto : SubjectDto

Properties

string DisplayName
Имя пользователя для отображения.
string Email
Мейл пользователя.
string FirstName
Имя пользователя.
Nullable<bool> IsEnabled
Пользователь разблокирован.
null - тоже разблокирован.
string LastName
Фамилия пользователя
string Locale
Локаль пользователя.
string PhoneNumber
Телефон.
string UserName
Наименование пользователя.
Back to top Generated by DocFX