Class CreateContentType.Command
- Namespace
- Raytha.Application.ContentTypes.Commands
- Assembly
- Raytha.Application.dll
public record CreateContentType.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<CreateContentType.Command>
- Inheritance
-
CreateContentType.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
DefaultRouteTemplate
public string DefaultRouteTemplate { get; init; }
Property Value
Description
public string Description { get; init; }
Property Value
DeveloperName
public string DeveloperName { get; init; }
Property Value
LabelPlural
public string LabelPlural { get; init; }
Property Value
LabelSingular
public string LabelSingular { get; init; }