Class EditAdmin.Command
- Namespace
- Raytha.Application.Admins.Commands
- Assembly
- Raytha.Application.dll
public record EditAdmin.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditAdmin.Command>
- Inheritance
-
EditAdmin.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
EmailAddress
public string EmailAddress { get; init; }
Property Value
FirstName
public string FirstName { get; init; }
Property Value
LastName
public string LastName { get; init; }
Property Value
Roles
public IEnumerable<ShortGuid> Roles { get; init; }
Property Value
- IEnumerable<ShortGuid>