C# Class Simple.NVelocity.SimpleTemplate

Inheritance: NVelocity.VelocityContext
Afficher le fichier Open project: juanplopes/simple Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Render ( ) : string
Résultat string

Render() public méthode

public Render ( TextWriter writer ) : void
writer System.IO.TextWriter
Résultat void

SetMany() public méthode

public SetMany ( ) : SimpleTemplate
Résultat SimpleTemplate

SetMany() public méthode

public SetMany ( object anonymous ) : SimpleTemplate
anonymous object
Résultat SimpleTemplate

SimpleTemplate() public méthode

public SimpleTemplate ( ) : System
Résultat System

SimpleTemplate() public méthode

public SimpleTemplate ( string template ) : System
template string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( string key ) : object
key string
Résultat object