C# Класс TagTool.Commands.RenderMethods.RenderMethodContextFactory

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

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

Метод Описание
Create ( CommandContext parent, OpenTagCache info, TagInstance tag, RenderMethod renderMethod ) : CommandContext
Populate ( CommandContext context, OpenTagCache info, TagInstance tag, RenderMethod renderMethod ) : void

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

Create() публичный статический Метод

public static Create ( CommandContext parent, OpenTagCache info, TagInstance tag, RenderMethod renderMethod ) : CommandContext
parent CommandContext
info OpenTagCache
tag TagTool.TagGroups.TagInstance
renderMethod TagTool.TagDefinitions.RenderMethod
Результат CommandContext

Populate() публичный статический Метод

public static Populate ( CommandContext context, OpenTagCache info, TagInstance tag, RenderMethod renderMethod ) : void
context CommandContext
info OpenTagCache
tag TagTool.TagGroups.TagInstance
renderMethod TagTool.TagDefinitions.RenderMethod
Результат void