C# Класс DotNetNuke.Modules.Forums.Templating.TemplateProcessor

Показать файл Открыть проект

Открытые методы

Метод Описание
ProcessTemplate ( string groupName, string templateName, object>.Dictionary templateData ) : string
ProcessTemplate ( string groupName, string templateName, object templateData ) : string
TemplateProcessor ( ITemplateFileManager templateFileManager ) : System.Collections.Generic

Описание методов

ProcessTemplate() публичный Метод

public ProcessTemplate ( string groupName, string templateName, object>.Dictionary templateData ) : string
groupName string
templateName string
templateData object>.Dictionary
Результат string

ProcessTemplate() публичный Метод

public ProcessTemplate ( string groupName, string templateName, object templateData ) : string
groupName string
templateName string
templateData object
Результат string

TemplateProcessor() публичный Метод

public TemplateProcessor ( ITemplateFileManager templateFileManager ) : System.Collections.Generic
templateFileManager ITemplateFileManager
Результат System.Collections.Generic