Méthode | Description | |
---|---|---|
CallTemplate ( string templateClass ) : void | ||
CallTemplateToFile ( string templateClass, string outputfile ) : void | ||
Dispose ( ) : void | ||
Initialize ( |
||
ResourceBasedGenerationHost ( ) : System | ||
WriteFile ( string filename, string content ) : void | ||
WriteOutput ( string str ) : void |
Méthode | Description | |
---|---|---|
CallTemplateToContext ( string templateClass ) : void | ||
IGenerationHost ( string fmt ) : void |
public CallTemplate ( string templateClass ) : void | ||
templateClass | string | |
Résultat | void |
public CallTemplateToFile ( string templateClass, string outputfile ) : void | ||
templateClass | string | |
outputfile | string | |
Résultat | void |
public Initialize ( |
||
settings | ||
Résultat | void |
public ResourceBasedGenerationHost ( ) : System | ||
Résultat | System |
public WriteFile ( string filename, string content ) : void | ||
filename | string | |
content | string | |
Résultat | void |