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