Click or drag to resize
Task Properties

The Task type exposes the following members.

Properties
  NameDescription
Public propertyAssemblyFilename
The filename of the assembly which holds the code for the task performer class
Public propertyContainerForcedEnableFlagState
Gets the forced enable flag state of the container of this element. If the container is disabled, or the container of the container (etc...) this element is also disabled, even though it's flag is set to Enabled.
(Inherited from TaskGroupElement.)
Public propertyContainingGroup
Gets / sets containingGroup
(Inherited from TaskGroupElement.)
Public propertyDependencies
Gets the names of the tasks/ taskgroups this task depends on.
(Inherited from TaskGroupElement.)
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 TaskGroupElement.)
Public propertyDescription
Gets or sets the description of the element
(Inherited from TaskGroupElement.)
Public propertyDisplayName
Gets or sets the display name for this element. If display name isn't set or set to an empty string, Name is returned.
(Inherited from TaskGroupElement.)
Public propertyElementLogNode
Gets or sets the log node.
(Inherited from TaskGroupElement.)
Public propertyElementSelectionRuleToUse
Gets or sets the element selection rule. This rule is used to select elements (if set) which participate in this task.
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 TaskGroupElement.)
Public propertyIsChanged
Gets a value indicating whether this instance is changed.
(Inherited from TaskGroupElement.)
Public propertyIsEnabled
Gets / sets isEnabled. If the element isn't optional, setting this value is a no-op, as the value is always true in that case.
(Inherited from TaskGroupElement.)
Public propertyIsOptional
Gets / sets the isOptional flag setting for tasks and taskgroups. Optional tasks don't cause errors when they can't be completed.
(Inherited from TaskGroupElement.)
Public propertyLogLineHandler
The handler of the LogLineInApplicationOutputCallBack. Setting this property will allow the generator and any task or taskgroup to log text on the application output window.
(Inherited from TaskGroupElement.)
Public propertyName
The name of the element
(Inherited from TaskGroupElement.)
Public propertyNameToUseForLogging
Name to use for logging of actions on task group element. This is by default the display name. If the display name differs from the Name, it will use the format: display name (name)
(Inherited from TaskGroupElement.)
Public propertyParameters
The list of parameters of this task.
Public propertyPerformer
The performer instance which will be used to perform this task.
Public propertyPerformRuleToUse
Gets or sets the perform rule to use.
(Inherited from TaskGroupElement.)
Public propertyRequiresCleanCache
Gets or sets a value indicating whether this task requires that the task cache is cleaned before the task is executed.
(Inherited from TaskGroupElement.)
Public propertySupportedFrameworks
Gets the supported frameworks.
(Inherited from TaskGroupElement.)
Public propertySupportedPlatforms
Gets the supported platform names.
(Inherited from TaskGroupElement.)
Public propertySupportedTemplateGroups
Gets the supported template group names
(Inherited from TaskGroupElement.)
Public propertyTaskPerformerClass
The classname of the performer of this task.
Public propertyType
Type of the element
(Inherited from TaskGroupElement.)
Top
See Also