TaskGroupPreset Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
The TaskGroupPreset type exposes the following members.
Name | Description | |
---|---|---|
TaskGroupPreset |
CTor
|
Name | Description | |
---|---|---|
AdditionalDestinationFolder |
Gets / sets additionalDestinationFolder
| |
AdditionalRootNamespace |
Gets / sets additionalRootNamespace
| |
DependsOnCycleTask |
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.) | |
DisplayName |
Gets or sets the name of the display.
(Inherited from TaskGroupPresetElement.) | |
ForSpecificDatabase |
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.) | |
IsEnabled |
Gets / sets isEnabled
(Inherited from TaskGroupPresetElement.) | |
Item |
Indexer
| |
Name |
The name of the element
(Inherited from TaskGroupPresetElement.) | |
PerformRuleToUse |
Gets or sets the perform rule to use.
(Inherited from TaskGroupPresetElement.) | |
RequiresClearCache |
Gets / sets requiresClearCache
(Inherited from TaskGroupPresetElement.) | |
Type |
Type of the element
(Inherited from TaskGroupPresetElement.) |
Name | Description | |
---|---|---|
Add |
Adds the given element to this instance
| |
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.) | |
GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Insert |
Inserts the passed in element at the index specified
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ParseXml |
Parses the XML.
(Overrides TaskGroupPresetElementParseXml(XmlNode).) | |
Remove |
Removes the first occurence of the passed in element from this taskgrouppreset
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |