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

Наследование: DotLiquid.Block, IRockStartup
Показать файл Открыть проект

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

Метод Описание
OnStartup ( ) : void

Method that will be run at Rock startup

Render ( Context context, TextWriter result ) : void

Renders the specified context.

Защищенные методы

Метод Описание
IsAuthorized ( Context context ) : bool

Determines whether the specified command is authorized.

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

IsAuthorized() защищенный Метод

Determines whether the specified command is authorized.
protected IsAuthorized ( Context context ) : bool
context DotLiquid.Context The context.
Результат bool

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