Table of Contents

Class CreateUser.Command

Namespace
Raytha.Application.Login.Commands
Assembly
Raytha.Application.dll
public record CreateUser.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<CreateUser.Command>
Inheritance
CreateUser.Command
Implements
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

ConfirmPassword

[JsonIgnore]
public string ConfirmPassword { get; init; }

Property Value

string

EmailAddress

public string EmailAddress { get; init; }

Property Value

string

FirstName

public string FirstName { get; init; }

Property Value

string

LastName

public string LastName { get; init; }

Property Value

string

Password

[JsonIgnore]
public string Password { get; init; }

Property Value

string

SendEmail

public bool SendEmail { get; init; }

Property Value

bool