C# Class Cottle.Documents.Simple.Nodes.IfNode

Inheritance: INode
Show file Open project: r3c/cottle

Public Methods

Method Description
IfNode ( INode>.IEnumerable branches, INode fallback ) : System.Collections.Generic
Render ( IStore store, TextWriter output, Value &result ) : bool
Source ( ISetting setting, TextWriter output ) : void

Method Details

IfNode() public method

public IfNode ( INode>.IEnumerable branches, INode fallback ) : System.Collections.Generic
branches INode>.IEnumerable
fallback INode
return System.Collections.Generic

Render() public method

public Render ( IStore store, TextWriter output, Value &result ) : bool
store IStore
output System.IO.TextWriter
result Value
return bool

Source() public method

public Source ( ISetting setting, TextWriter output ) : void
setting ISetting
output System.IO.TextWriter
return void