Click or drag to resize
CodeGenerationEngineBaseCallTemplateEmitterTElement Method
Calls the template emitter logic to emit code for the template using the input.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected abstract void CallTemplateEmitter<TElement>(
	Assembly compiledTemplatesAssembly,
	string templateID,
	Dictionary<string, TaskParameter> parameters,
	StreamWriter outputWriter,
	TElement currentElement
)

Parameters

compiledTemplatesAssembly
Type: System.ReflectionAssembly
The compiled templates assembly.
templateID
Type: SystemString
The template ID.
parameters
Type: System.Collections.GenericDictionaryString, TaskParameter
The parameters.
outputWriter
Type: System.IOStreamWriter
The output writer.
currentElement
Type: TElement
The current element.

Type Parameters

TElement
The type of the element.
See Also