Click or drag to resize
CodeGenerationEngineBaseEmitOutput 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.3.0.0 (5.3.0)
Syntax
protected bool EmitOutput(
	Dictionary<string, TaskParameter> parameters,
	string destinationFolderFormat,
	string templateID,
	Assembly compiledTemplatesAssembly,
	CodeGenerationEngineBaseEmitType emitTypeToPerform,
	string filenameFormat,
	bool failWhenExistent,
	string dependentUponFilenameFormat
)

Parameters

parameters
Type: System.Collections.GenericDictionaryString, TaskParameter
The parameters.
destinationFolderFormat
Type: SystemString
The raw destination folder format as specified in the parameters of the task.
templateID
Type: SystemString
The template ID.
compiledTemplatesAssembly
Type: System.ReflectionAssembly
The compiled templates assembly.
emitTypeToPerform
Type: SD.LLBLGen.Pro.GeneratorCoreCodeGenerationEngineBaseEmitType
The emit type to perform.
filenameFormat
Type: SystemString
The filename format.
failWhenExistent
Type: SystemBoolean
if set to [fail when existent].
dependentUponFilenameFormat
Type: SystemString
The dependent upon filename format. Can be empty.

Return Value

Type: Boolean
See Also