Table of Contents

Class CreateContentType.Command

Namespace
Raytha.Application.ContentTypes.Commands
Assembly
Raytha.Application.dll
public record CreateContentType.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<CreateContentType.Command>
Inheritance
CreateContentType.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

DeveloperName

public string DeveloperName { get; init; }

Property Value

string

LabelPlural

public string LabelPlural { get; init; }

Property Value

string

LabelSingular

public string LabelSingular { get; init; }

Property Value

string