Table of Contents

Class ChangePassword.Command

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

Properties

ConfirmNewPassword

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

Property Value

string

CurrentPassword

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

Property Value

string

NewPassword

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

Property Value

string

SendEmail

public bool SendEmail { get; init; }

Property Value

bool