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