Click or drag to resize
TaskGroupPreset Class
Implementation of TaskGroupPreset which groups TaskPreset instances and / or other TaskGroupPreset instances.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksTaskGroupPresetElement
    SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksTaskGroupPreset

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 class TaskGroupPreset : TaskGroupPresetElement

The TaskGroupPreset type exposes the following members.

Constructors
  NameDescription
Public methodTaskGroupPreset
CTor
Top
Properties
  NameDescription
Public propertyAdditionalDestinationFolder
Gets / sets additionalDestinationFolder
Public propertyAdditionalRootNamespace
Gets / sets additionalRootNamespace
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 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 propertyItem
Indexer
Public propertyName
The name of the element
(Inherited from TaskGroupPresetElement.)
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
Methods
  NameDescription
Public methodAdd
Adds the given element to this instance
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsert
Inserts the passed in element at the index specified
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodParseXml
Parses the XML.
(Overrides TaskGroupPresetElementParseXml(XmlNode).)
Public methodRemove
Removes the first occurence of the passed in element from this taskgrouppreset
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also