Class EditContentTypeField.Command
- Namespace
- Raytha.Application.ContentTypes.Commands
- Assembly
- Raytha.Application.dll
public record EditContentTypeField.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditContentTypeField.Command>
- Inheritance
-
EditContentTypeField.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
Choices
public IEnumerable<ContentTypeFieldChoiceInputDto> Choices { get; init; }
Property Value
Description
public string Description { get; init; }
Property Value
IsRequired
public bool IsRequired { get; init; }
Property Value
Label
public string Label { get; init; }