Table of Contents

Class EditUser.Command

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

UserGroups

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

Property Value

IEnumerable<ShortGuid>