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.6.0.0 (5.6.19.0117)
Syntax protected bool EmitOutput(
Dictionary<string, TaskParameter> parameters,
string destinationFolderFormat,
string templateID,
Assembly compiledTemplatesAssembly,
CodeGenerationEngineBaseEmitType emitTypeToPerform,
string filenameFormat,
bool failWhenExistent,
string dependentUponFilenameFormat
)
Protected Function EmitOutput (
parameters As Dictionary(Of String, TaskParameter),
destinationFolderFormat As String,
templateID As String,
compiledTemplatesAssembly As Assembly,
emitTypeToPerform As CodeGenerationEngineBaseEmitType,
filenameFormat As String,
failWhenExistent As Boolean,
dependentUponFilenameFormat As String
) As Boolean
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:
BooleanSee Also