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
-
IBaseRequest
- Inherited Members
Properties
ContentTypeId
public ShortGuid ContentTypeId { get; init; }
Property Value
- ShortGuid
Description
public string Description { get; init; }
Property Value
DeveloperName
public string DeveloperName { get; init; }
Property Value
DuplicateFromId
public ShortGuid? DuplicateFromId { get; init; }
Property Value
- ShortGuid?
Label
public string Label { get; init; }