Table of Contents

Class ContentType_RenderModel

Namespace
Raytha.Application.ContentTypes
Assembly
Raytha.Application.dll
public record ContentType_RenderModel : IInsertTemplateVariable, IEquatable<ContentType_RenderModel>
Inheritance
ContentType_RenderModel
Implements
Inherited Members

Properties

Description

public string Description { get; init; }

Property Value

string

DeveloperName

public string DeveloperName { get; init; }

Property Value

string

Id

public string Id { get; init; }

Property Value

string

LabelPlural

public string LabelPlural { get; init; }

Property Value

string

LabelSingular

public string LabelSingular { get; init; }

Property Value

string

Methods

GetDeveloperNames()

public IEnumerable<string> GetDeveloperNames()

Returns

IEnumerable<string>

GetProjection(ContentTypeDto)

public static ContentType_RenderModel GetProjection(ContentTypeDto entity)

Parameters

entity ContentTypeDto

Returns

ContentType_RenderModel

GetTemplateVariables()

public IEnumerable<KeyValuePair<string, string>> GetTemplateVariables()

Returns

IEnumerable<KeyValuePair<string, string>>

GetTemplateVariablesAsForEachLiquidSyntax()

public string GetTemplateVariablesAsForEachLiquidSyntax()

Returns

string