Class CreateRole.Command
- Namespace
- Raytha.Application.Roles.Commands
- Assembly
- Raytha.Application.dll
public record CreateRole.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<CreateRole.Command>
- Inheritance
-
CreateRole.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
ContentTypePermissions
public Dictionary<string, IEnumerable<string>> ContentTypePermissions { get; init; }
Property Value
DeveloperName
public string DeveloperName { get; init; }
Property Value
Label
public string Label { get; init; }
Property Value
SystemPermissions
public IEnumerable<string> SystemPermissions { get; init; }