Class EditWebTemplate.Command
- Namespace
- Raytha.Application.Themes.WebTemplates.Commands
- Assembly
- Raytha.Application.dll
public record EditWebTemplate.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<EditWebTemplate.Command>
- Inheritance
-
EditWebTemplate.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
AllowAccessForNewContentTypes
public bool AllowAccessForNewContentTypes { get; init; }
Property Value
Content
public required string Content { get; init; }
Property Value
IsBaseLayout
public bool IsBaseLayout { get; init; }
Property Value
Label
public required string Label { get; init; }
Property Value
ParentTemplateId
public ShortGuid? ParentTemplateId { get; init; }
Property Value
- ShortGuid?
TemplateAccessToModelDefinitions
public required IEnumerable<ShortGuid> TemplateAccessToModelDefinitions { get; init; }
Property Value
- IEnumerable<ShortGuid>
Methods
Empty()
public static EditWebTemplate.Command Empty()