Class ResetPassword.Command
- Namespace
- Raytha.Application.Users.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
-
IBaseRequest
- Inherited Members
Properties
ConfirmNewPassword
[JsonIgnore]
public string ConfirmNewPassword { get; init; }
Property Value
NewPassword
[JsonIgnore]
public string NewPassword { get; init; }
Property Value
SendEmail
public bool SendEmail { get; init; }