C# Class Rock.Lava.Blocks.RockLavaBlockBase

Inheritance: DotLiquid.Block, IRockStartup
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
OnStartup ( ) : void

Method that will be run at Rock startup

Render ( Context context, TextWriter result ) : void

Renders the specified context.

Protected Methods

Method Description
IsAuthorized ( Context context ) : bool

Determines whether the specified command is authorized.

Method Details

IsAuthorized() protected method

Determines whether the specified command is authorized.
protected IsAuthorized ( Context context ) : bool
context DotLiquid.Context The context.
return bool

OnStartup() public method

Method that will be run at Rock startup
public OnStartup ( ) : void
return void

Render() public method

Renders the specified context.
public Render ( Context context, TextWriter result ) : void
context DotLiquid.Context The context.
result System.IO.TextWriter The result.
return void