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.8.0.0 (5.8.21.0208)
Syntax
public IGenerator ExecutingGenerator { get; protected set; }

Property Value

Type: IGenerator

Implements

ITaskPerformerExecutingGenerator
See Also