Table of Contents

Class CreateUser.Command

Namespace
Raytha.Application.Users.Commands
Assembly
Raytha.Application.dll
public record CreateUser.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<CreateUser.Command>
Inheritance
CreateUser.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

SendEmail

public bool SendEmail { get; init; }

Property Value

bool

UserGroups

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

Property Value

IEnumerable<ShortGuid>