Class WebTemplateRevisionDto
- Namespace
- Raytha.Application.Themes.WebTemplates
- Assembly
- Raytha.Application.dll
public record WebTemplateRevisionDto : BaseAuditableEntityDto, IBaseEntityDto, IEquatable<BaseEntityDto>, IEquatable<BaseAuditableEntityDto>, IEquatable<WebTemplateRevisionDto>
- Inheritance
-
WebTemplateRevisionDto
- Implements
- Inherited Members
Properties
AllowAccessForNewContentTypes
public bool AllowAccessForNewContentTypes { get; init; }
Property Value
Content
public string Content { get; init; }
Property Value
CreatorUser
public AuditableUserDto? CreatorUser { get; init; }
Property Value
Label
public string Label { get; init; }
Property Value
WebTemplate
public WebTemplateDto? WebTemplate { get; init; }
Property Value
WebTemplateId
public ShortGuid WebTemplateId { get; init; }
Property Value
- ShortGuid
Methods
GetProjection()
public static Expression<Func<WebTemplateRevision, WebTemplateRevisionDto>> GetProjection()
Returns
- Expression<Func<WebTemplateRevision, WebTemplateRevisionDto>>
GetProjection(WebTemplateRevision)
public static WebTemplateRevisionDto GetProjection(WebTemplateRevision entity)
Parameters
entity
WebTemplateRevision