C# Class Rock.Lava.Blocks.Search

Universal Search Lava Command
Inheritance: RockLavaBlockBase
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ParseMarkup ( string markup, Context context ) : string>.Dictionary

Parses the markup.

Method Details

Initialize() public méthode

Initializes the specified tag name.
Could not find the variable to place results in.
public Initialize ( string tagName, string markup, List tokens ) : void
tagName string Name of the tag.
markup string The markup.
tokens List The tokens.
Résultat void

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