Table of Contents

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

bool

DeveloperName

public string DeveloperName { get; init; }

Property Value

string

IsBaseLayout

public bool IsBaseLayout { get; init; }

Property Value

bool

IsBuiltInTemplate

public bool IsBuiltInTemplate { get; init; }

Property Value

bool

Label

public string Label { get; init; }

Property Value

string

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

Returns

WebTemplateListItemDto