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
-
IBaseRequest
- Inherited Members
Properties
ContentTypePermissions
public Dictionary<string, IEnumerable<string>> ContentTypePermissions { get; init; }
Property Value
Label
public string Label { get; init; }
Property Value
SystemPermissions
public IEnumerable<string> SystemPermissions { get; init; }