Table of Contents

Class ResetPassword.Command

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

Properties

ConfirmNewPassword

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

Property Value

string

NewPassword

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

Property Value

string

SendEmail

public bool SendEmail { get; init; }

Property Value

bool