Click or drag to resize
EntityModelCodeGenerationTaskPriority Property
Gets the priority of this task. Returns 11 so it takes precedence over other tasks which use the default of 10.

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 int Priority { get; }

Property Value

Type: Int32
See Also