Click or drag to resize
GeneratorPerGroupQueueProcessingIfApplicable Property
When set to true, queue processing is performed per group if applicable (i.e. on entity model tasks, and if project setting for grouping is AsSeparateProjects). When false (default), the queue is processed once.

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
public bool PerGroupQueueProcessingIfApplicable { get; set; }

Property Value

Type: Boolean

Implements

IGeneratorPerGroupQueueProcessingIfApplicable
See Also