Table of Contents

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
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

Choices

public IEnumerable<ContentTypeFieldChoiceInputDto> Choices { get; init; }

Property Value

IEnumerable<ContentTypeFieldChoiceInputDto>

ContentTypeId

public ShortGuid ContentTypeId { get; init; }

Property Value

ShortGuid

Description

public string Description { get; init; }

Property Value

string

DeveloperName

public string DeveloperName { get; init; }

Property Value

string

FieldType

public string FieldType { get; init; }

Property Value

string

IsRequired

public bool IsRequired { get; init; }

Property Value

bool

Label

public string Label { get; init; }

Property Value

string

RelatedContentTypeId

public ShortGuid? RelatedContentTypeId { get; init; }

Property Value

ShortGuid?