Click or drag to resize
TaskPerformerBaseExecutingGenerator Property
Gets or sets the executing generator.

Namespace: SD.LLBLGen.Pro.GeneratorCore
Assembly: SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IGenerator ExecutingGenerator { get; protected set; }

Property Value

Type: IGenerator

Implements

ITaskPerformerExecutingGenerator
See Also