Click or drag to resize
CodeGenerationEngineBase.EmitOutput Method
Emits the output for this run.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
protected bool EmitOutput(
	Dictionary<string, TaskParameter> parameters,
	string destinationFolderFormat,
	string templateID,
	Assembly compiledTemplatesAssembly,
	CodeGenerationEngineBase. EmitType emitTypeToPerform,
	string filenameFormat,
	bool failWhenExistent,
	string dependentUponFilenameFormat
)

Parameters

parameters
Type: System.Collections.Generic.Dictionary<String, TaskParameter>
The parameters.
destinationFolderFormat
Type: System.String
The raw destination folder format as specified in the parameters of the task.
templateID
Type: System.String
The template ID.
compiledTemplatesAssembly
Type: System.Reflection.Assembly
The compiled templates assembly.
emitTypeToPerform
Type: SD.LLBLGen.Pro.GeneratorCore.CodeGenerationEngineBase.EmitType
The emit type to perform.
filenameFormat
Type: System.String
The filename format.
failWhenExistent
Type: System.Boolean
if set to true [fail when existent].
dependentUponFilenameFormat
Type: System.String
The dependent upon filename format. Can be empty.

Return Value

Type: Boolean
See Also