DerivedModelCodeGenerationTaskPreExecuteRunQueue Method |
Called right before the runqueue is executed
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public override void PreExecuteRunQueue(
IGenerator executingGenerator
)
Public Overrides Sub PreExecuteRunQueue (
executingGenerator As IGenerator
)
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
See Also