Table of Contents

Class CreateAdmin.Command

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

Properties

EmailAddress

public string EmailAddress { get; init; }

Property Value

string

FirstName

public string FirstName { get; init; }

Property Value

string

LastName

public string LastName { get; init; }

Property Value

string

Roles

public IEnumerable<ShortGuid> Roles { get; init; }

Property Value

IEnumerable<ShortGuid>

SendEmail

public bool SendEmail { get; init; }

Property Value

bool