C# Class TT.Template

Afficher le fichier Open project: claco/tt.net

Méthodes publiques

Méthode Description
Process ( string template ) : string
Process ( string template, object>.Dictionary variables ) : string
Template ( TemplateSettings settings ) : System

Private Methods

Méthode Description
Generate ( string code, string name, bool inMemory ) : Assembly

Method Details

Process() public méthode

public Process ( string template ) : string
template string
Résultat string

Process() public méthode

public Process ( string template, object>.Dictionary variables ) : string
template string
variables object>.Dictionary
Résultat string

Template() public méthode

public Template ( TemplateSettings settings ) : System
settings TemplateSettings
Résultat System