C# Class Simple.NVelocity.SimpleTemplate

Inheritance: NVelocity.VelocityContext
ファイルを表示 Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
Render ( ) : string
Render ( TextWriter writer ) : void
SetMany ( ) : SimpleTemplate
SetMany ( object anonymous ) : SimpleTemplate
SimpleTemplate ( ) : System
SimpleTemplate ( string template ) : System
ToString ( ) : string
this ( string key ) : object

Method Details

Render() public method

public Render ( ) : string
return string

Render() public method

public Render ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

SetMany() public method

public SetMany ( ) : SimpleTemplate
return SimpleTemplate

SetMany() public method

public SetMany ( object anonymous ) : SimpleTemplate
anonymous object
return SimpleTemplate

SimpleTemplate() public method

public SimpleTemplate ( ) : System
return System

SimpleTemplate() public method

public SimpleTemplate ( string template ) : System
template string
return System

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string key ) : object
key string
return object