Table of Contents

Class CreateView.Command

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

Properties

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

DuplicateFromId

public ShortGuid? DuplicateFromId { get; init; }

Property Value

ShortGuid?

Label

public string Label { get; init; }

Property Value

string