Table of Contents

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

Properties

Choices

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

Property Value

IEnumerable<ContentTypeFieldChoiceInputDto>

Description

public string Description { get; init; }

Property Value

string

IsRequired

public bool IsRequired { get; init; }

Property Value

bool

Label

public string Label { get; init; }

Property Value

string