TaskGroupElement Methods |
The TaskGroupElement type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
CloneMembers |
Clones the members of this object into the passed in clone.
| |
CreateDescriptionForForSpecificDatabaseProperty |
Creates the description for for specific database property.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetListOfDriverIDsToProcess |
Gets the list of driver IDs to process.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LogLine |
Logs the given line to the output window. Based on the verbose checkbox and the VerboseMessage flag the message is logged or not.
If the verbose checkbox is set, also lines with VerboseMessage=true will be logged, otherwise these messages will be surpressed.
Appends a newline if AppendNewLine is set to true.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnChanged |
Called when [changed].
| |
Perform |
Makes sure the element is performed. If the element is an ITaskGroup, all tasks and taskgroups inside the
taskgroup are performed. If the element is an ITask, the Perform method of the ITaskperformer is called.
| |
PerformElement |
Performs the element. If the element is an ITaskGroup, all tasks and taskgroups inside the
taskgroup are performed. If the element is an ITask, the Perform method of the ITaskperformer is called.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |