Interface ITextTemplatingEngineHost
Assembly: cs.temp.dll.dll
Syntax
public interface ITextTemplatingEngineHost
Properties
StandardAssemblyReferences
Declaration
IList<string> StandardAssemblyReferences { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IList<System.String> |
|
StandardImports
Declaration
IList<string> StandardImports { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IList<System.String> |
|
TemplateFile
Declaration
string TemplateFile { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
GetHostOption(String)
Declaration
object GetHostOption(string optionName)
Parameters
| Type |
Name |
Description |
| System.String |
optionName |
|
Returns
| Type |
Description |
| System.Object |
|
LoadIncludeText(String, out String, out String)
Declaration
bool LoadIncludeText(string requestFileName, out string content, out string location)
Parameters
| Type |
Name |
Description |
| System.String |
requestFileName |
|
| System.String |
content |
|
| System.String |
location |
|
Returns
| Type |
Description |
| System.Boolean |
|
LogErrors(CompilerErrorCollection)
Declaration
void LogErrors(CompilerErrorCollection errors)
Parameters
| Type |
Name |
Description |
| CompilerErrorCollection |
errors |
|
ResolveAssemblyReference(String)
Declaration
string ResolveAssemblyReference(string assemblyReference)
Parameters
| Type |
Name |
Description |
| System.String |
assemblyReference |
|
Returns
| Type |
Description |
| System.String |
|
ResolveDirectiveProcessor(String)
Declaration
Type ResolveDirectiveProcessor(string processorName)
Parameters
| Type |
Name |
Description |
| System.String |
processorName |
|
Returns
| Type |
Description |
| System.Type |
|
ResolveParameterValue(String, String, String)
Declaration
string ResolveParameterValue(string directiveId, string processorName, string parameterName)
Parameters
| Type |
Name |
Description |
| System.String |
directiveId |
|
| System.String |
processorName |
|
| System.String |
parameterName |
|
Returns
| Type |
Description |
| System.String |
|
ResolvePath(String)
Declaration
string ResolvePath(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
Returns
| Type |
Description |
| System.String |
|
SetFileExtension(String)
Declaration
void SetFileExtension(string extension)
Parameters
| Type |
Name |
Description |
| System.String |
extension |
|
SetOutputEncoding(Encoding, Boolean)
Declaration
void SetOutputEncoding(Encoding encoding, bool fromOutputDirective)
Parameters
| Type |
Name |
Description |
| Encoding |
encoding |
|
| System.Boolean |
fromOutputDirective |
|