Click or drag to resize

Generator.PerGroupQueueProcessingIfApplicable 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.9.0.0 (5.9.0)
Syntax
public bool PerGroupQueueProcessingIfApplicable { get; set; }

Property Value

Type: Boolean

Implements

IGenerator.PerGroupQueueProcessingIfApplicable
See Also