Class UpdateUserRequest

Assembly: redb.Core.dll

Request for updating user data

public class UpdateUserRequest

Inheritance

ObjectUpdateUserRequest

Properties

CodeGuid

New GUID code (if null - not changed)

public Guid? CodeGuid { get; set; }

CodeInt

New integer code (if null - not changed)

public long? CodeInt { get; set; }

CodeString

New string code (if null - not changed)

public string? CodeString { get; set; }

DateDismiss

Dismissal date (if null - not changed)

public DateTimeOffset? DateDismiss { get; set; }

Email

New user email (if null - not changed)

public string? Email { get; set; }

Enabled

New activity status (if null - not changed)

public bool? Enabled { get; set; }

Key

New additional key (if null - not changed)

public long? Key { get; set; }

Login

New user login (if null - not changed)

public string? Login { get; set; }

Name

New user name (if null - not changed)

public string? Name { get; set; }

Note

New note (if null - not changed)

public string? Note { get; set; }

Phone

New user phone (if null - not changed)

public string? Phone { get; set; }

RoleNames

Names of new user roles (if null - not changed)

public string[]? RoleNames { get; set; }

Roles

New user roles as objects (if null - not changed)

public IRedbRole[]? Roles { get; set; }