Click or drag to resize
TaskGroupElementRequiresCleanCache Property
Gets or sets a value indicating whether this task requires that the task cache is cleaned before the task is executed.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool RequiresCleanCache { get; set; }

Property Value

Type: Boolean

Implements

ITaskGroupElementRequiresCleanCache
See Also