Click or drag to resize
TaskPreset Properties

The TaskPreset type exposes the following members.

Properties
  NameDescription
Public propertyDependsOnCycleTask
Gets or sets the depends on cycle task setting. Default is an empty string, which means this value is ignored. If set to a value, it's used at generation time to see whether a cycle task with the name specified has been completed successfully. If not, this task is simply skipped, otherwise it's run as-is.
(Inherited from TaskGroupPresetElement.)
Public propertyDisplayName
Gets or sets the name of the display.
(Inherited from TaskGroupPresetElement.)
Public propertyElementSelectionRuleToUse
Gets the element selection rule.
Public propertyForSpecificDatabase
Gets or sets the perform for specific database setting. Default is an empty string (which gives the v2.x behavior: run once). Other possible values are "All" (run for all databases in the project once) or the driverID of the database to target.
(Inherited from TaskGroupPresetElement.)
Public propertyIsEnabled
Gets / sets isEnabled
(Inherited from TaskGroupPresetElement.)
Public propertyName
The name of the element
(Inherited from TaskGroupPresetElement.)
Public propertyParameters
The list of parameter presets
Public propertyPerformRuleToUse
Gets or sets the perform rule to use.
(Inherited from TaskGroupPresetElement.)
Public propertyRequiresClearCache
Gets / sets requiresClearCache
(Inherited from TaskGroupPresetElement.)
Public propertyType
Type of the element
(Inherited from TaskGroupPresetElement.)
Top
See Also