프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddError | |||
ITextTemplatingEngineHost | |||
ITextTemplatingEngineHost | bool | ||
ITextTemplatingEngineHost | string | ||
ITextTemplatingEngineHost | void | ||
ITextTemplatingEngineHost | void | ||
ITextTemplatingEngineHost | void |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
LogErrorsCore ( |
Called by ITextTemplatingEngineHost.LogErrors, to allow the host to do additional processing as the errors are logged.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | object |
protected LogErrorsCore ( |
||
errors | The errors. | |
리턴 | void |
public ProcessTemplate ( TextReader input, |
||
input | TextReader | |
output | ||
리턴 | bool |
public ProcessTemplate ( string inputFile, string outputFile ) : bool | ||
inputFile | string | |
outputFile | string | |
리턴 | bool |
public ProvideTemplatingAppDomain ( string content ) : |
||
content | string | |
리턴 |
public ResolveAssemblyReference ( string assemblyReference ) : string | ||
assemblyReference | string | |
리턴 | string |