C# Class Rock.Lava.Blocks.RockLavaBlockBase

Inheritance: DotLiquid.Block, IRockStartup
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
OnStartup ( ) : void

Method that will be run at Rock startup

Render ( Context context, TextWriter result ) : void

Renders the specified context.

Méthodes protégées

Méthode Description
IsAuthorized ( Context context ) : bool

Determines whether the specified command is authorized.

Method Details

IsAuthorized() protected méthode

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

OnStartup() public méthode

Method that will be run at Rock startup
public OnStartup ( ) : void
Résultat void

Render() public méthode

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