Property | Type | Description | |
---|---|---|---|
AddError | |||
ITextTemplatingEngineHost | |||
ITextTemplatingEngineHost | bool | ||
ITextTemplatingEngineHost | string | ||
ITextTemplatingEngineHost | void | ||
ITextTemplatingEngineHost | void | ||
ITextTemplatingEngineHost | void |
Method | Description | |
---|---|---|
GetHostOption ( string optionName ) : object | ||
ProcessCurrent ( ) : bool | ||
ProcessTemplate ( TextReader input, |
||
ProcessTemplate ( string inputFile, string outputFile ) : bool | ||
ProcessTemplate ( string input ) : string | ||
ProvideTemplatingAppDomain ( string content ) : |
||
ResolveAssemblyReference ( string assemblyReference ) : string | ||
ResolvePath ( string path ) : string | ||
TemplateGenerator ( ) : System |
Method | Description | |
---|---|---|
LogErrorsCore ( |
Called by ITextTemplatingEngineHost.LogErrors, to allow the host to do additional processing as the errors are logged.
|
Method | Description | |
---|---|---|
AddError ( string error ) : |
||
ITextTemplatingEngineHost ( string processorName ) : |
||
ITextTemplatingEngineHost ( string requestFileName, string &content, string &location ) : bool | ||
ITextTemplatingEngineHost ( string directiveId, string processorName, string parameterName ) : string | ||
ITextTemplatingEngineHost ( |
||
ITextTemplatingEngineHost ( System encoding, bool fromOutputDirective ) : void | ||
ITextTemplatingEngineHost ( string extension ) : void |
public GetHostOption ( string optionName ) : object | ||
optionName | string | |
return | object |
protected LogErrorsCore ( |
||
errors | The errors. | |
return | void |
public ProcessTemplate ( TextReader input, |
||
input | TextReader | |
output | ||
return | bool |
public ProcessTemplate ( string inputFile, string outputFile ) : bool | ||
inputFile | string | |
outputFile | string | |
return | bool |
public ProcessTemplate ( string input ) : string | ||
input | string | |
return | string |
public ProvideTemplatingAppDomain ( string content ) : |
||
content | string | |
return |
public ResolveAssemblyReference ( string assemblyReference ) : string | ||
assemblyReference | string | |
return | string |