Table of Contents

Class EditRole.Command

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

Properties

ContentTypePermissions

public Dictionary<string, IEnumerable<string>> ContentTypePermissions { get; init; }

Property Value

Dictionary<string, IEnumerable<string>>

Label

public string Label { get; init; }

Property Value

string

SystemPermissions

public IEnumerable<string> SystemPermissions { get; init; }

Property Value

IEnumerable<string>