C# Класс Rock.Lava.Blocks.Execute

Наследование: RockLavaBlockBase
Показать файл Открыть проект

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

Метод Описание
Initialize ( string tagName, string markup, List tokens ) : void

Initializes the specified tag name.

OnStartup ( ) : void

Method that will be run at Rock startup

Render ( Context context, TextWriter result ) : void

Renders the specified context.

Приватные методы

Метод Описание
CleanInput ( string input ) : string

Cleans the input.

ParseMarkup ( string markup ) : string>.Dictionary

Parses the markup.

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

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

Initializes the specified tag name.
public Initialize ( string tagName, string markup, List tokens ) : void
tagName string Name of the tag.
markup string The markup.
tokens List The tokens.
Результат void

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

Method that will be run at Rock startup
public OnStartup ( ) : void
Результат void

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

Renders the specified context.
public Render ( Context context, TextWriter result ) : void
context DotLiquid.Context The context.
result System.IO.TextWriter The result.
Результат void