Table of Contents

Class Wrapper_RenderModel

Namespace
Raytha.Application.Common.Models.RenderModels
Assembly
Raytha.Application.dll
public record Wrapper_RenderModel : IInsertTemplateVariable, IEquatable<Wrapper_RenderModel>
Inheritance
Wrapper_RenderModel
Implements
Inherited Members

Properties

ContentType

public ContentType_RenderModel ContentType { get; init; }

Property Value

ContentType_RenderModel

CurrentOrganization

public CurrentOrganization_RenderModel CurrentOrganization { get; init; }

Property Value

CurrentOrganization_RenderModel

CurrentUser

public CurrentUser_RenderModel CurrentUser { get; init; }

Property Value

CurrentUser_RenderModel

PathBase

public string? PathBase { get; set; }

Property Value

string

QueryParams

public Dictionary<string, string> QueryParams { get; init; }

Property Value

Dictionary<string, string>

RequestVerificationToken

public string? RequestVerificationToken { get; set; }

Property Value

string

Target

public object Target { get; init; }

Property Value

object

ViewData

public object? ViewData { get; set; }

Property Value

object

Methods

GetDeveloperNames()

public virtual IEnumerable<string> GetDeveloperNames()

Returns

IEnumerable<string>

GetTemplateVariables()

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

Returns

IEnumerable<KeyValuePair<string, string>>

GetTemplateVariablesAsForEachLiquidSyntax()

public virtual string GetTemplateVariablesAsForEachLiquidSyntax()

Returns

string