C# Class DotLiquid.Document

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

Méthodes publiques

Méthode Description
Initialize ( string tagName, string markup, List tokens ) : void

We don't need markup to open this block

Render ( Context context, TextWriter result ) : void

This is used to handle the new known/valid control exceptions in Liquid.

Méthodes protégées

Méthode Description
AssertMissingDelimitation ( ) : void

Document blocks don't need to be terminated since they are not actually opened

Method Details

AssertMissingDelimitation() protected méthode

Document blocks don't need to be terminated since they are not actually opened
protected AssertMissingDelimitation ( ) : void
Résultat void

Initialize() public méthode

We don't need markup to open this block
public Initialize ( string tagName, string markup, List tokens ) : void
tagName string
markup string
tokens List
Résultat void

Render() public méthode

This is used to handle the new known/valid control exceptions in Liquid.
public Render ( Context context, TextWriter result ) : void
context Context
result System.IO.TextWriter
Résultat void