TaskManager Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
The TaskManager type exposes the following members.
Name | Description | |
---|---|---|
TaskManager |
CTor
|
Name | Description | |
---|---|---|
DependenciesPerElement |
Gets the dependencies per element.
| |
ElementsPerPlatform |
Gets the elements per platform.
| |
ElementsPerTemplateGroup |
Gets the elements per template group.
| |
KnownElements |
Gets the known elements.
|
Name | Description | |
---|---|---|
CreateRunQueueFromPreset |
Creates from the preset passed in a run queue. This run queue is created from the tasks and task groups presented in the preset.
The run queue is used to be altered by the user or selected as-is. The Run queue is in fact a taskgroup which can be used by the generator object
directly. The name of the Preset is used for the name of the taskgroup.
| |
CreateTaskGroupFromPreset |
Creates from the preset passed in a Taskgroup. This task group is created from the tasks and task groups presented in the preset.
The task group is used to be altered by the user. The task group is in fact a taskgroup which can be used by the generator object
directly. The name of the Preset is used for the name of the taskgroup.
| |
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.) | |
GetClonedElementsBasedOnFilter |
Gets clones of the elements based on the filter platformname + templategroup specified.
| |
GetElementByNameFiltered |
Gets the element by name and filtered on platformname/templategroupname/frameworkName. If the name exists but the platform/templategroupname/frameworkName
doesn't match, null is returned.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadTasksFiles |
Loads the tasks files into Task and TaskGroup objects. When it returns, this manager's container objects are filled.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |