Class UserResponse
Namespace: Identity.Application.Responses.User
Assembly: Identity.Application.dll
Identity.Application.Responses.User.UserResponse is returned when you try to get a user from the server.
Inheritance
object ← UserResponse
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
Color
The color of the user
Property Value
The email address of the User.
Property Value
Firstname
First name of the User.
Property Value
Id
The unique username of the User.
Property Value
Lastname
Last name of the User.
Property Value
RestaurantId
The Id of the restaurant that is linked with the user.
Property Value
Guid?
RoleId
The role of the User.
Property Value
SortingIndex
The SortingIndex of the user.
Property Value
Username
The unique username of the User.
Property Value
Methods
ConvertFromCreateCommand\(CreateUserCommand\)
Parameters
commandToConvert CreateUserCommand
Returns
UserResponse
ConvertFromUpdateCommand\(UpdateUserCommand\)
Parameters
commandToConvert UpdateUserCommand
Returns
UserResponse
ConvertFromUser\(User\)
Parameters
userToConvert User
Returns
UserResponse