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
-
IBaseRequest
- Inherited Members
Properties
ConfirmNewPassword
[JsonIgnore]
public string ConfirmNewPassword { get; init; }
Property Value
CurrentPassword
[JsonIgnore]
public string CurrentPassword { get; init; }
Property Value
NewPassword
[JsonIgnore]
public string NewPassword { get; init; }
Property Value
SendEmail
public bool SendEmail { get; init; }