Table of Contents

Interface IInsertTemplateVariable

Namespace
Raytha.Application.Common.Interfaces
Assembly
Raytha.Application.dll
public interface IInsertTemplateVariable

Methods

GetDeveloperNames()

IEnumerable<string> GetDeveloperNames()

Returns

IEnumerable<string>

GetTemplateVariables()

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

Returns

IEnumerable<KeyValuePair<string, string>>

GetTemplateVariablesAsForEachLiquidSyntax()

string GetTemplateVariablesAsForEachLiquidSyntax()

Returns

string