Table of Contents

Class EditContentType.Command

Namespace
Raytha.Application.ContentTypes.Commands
Assembly
Raytha.Application.dll
public record EditContentType.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditContentType.Command>
Inheritance
EditContentType.Command
Implements
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

DefaultRouteTemplate

public string DefaultRouteTemplate { get; init; }

Property Value

string

Description

public string Description { get; init; }

Property Value

string

LabelPlural

public string LabelPlural { get; init; }

Property Value

string

LabelSingular

public string LabelSingular { get; init; }

Property Value

string

PrimaryFieldId

public ShortGuid PrimaryFieldId { get; init; }

Property Value

ShortGuid