Click or drag to resize
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks Namespace
 
Classes
  ClassDescription
Public classElementSelectionRule
Specialization for the task rule which is used as element selection rules.
Public classPerformRule
Specialization for the task rule which is used as perform rules.
Public classPreset
General class for a preset definition, used for task setup for the generator configuration.
Public classPresetManager
Class which manages found Preset objects. Preset objects are stored in .preset files and are used for setting up the generator configuration.
Public classRunQueue
Class which is used as a run queue and which is based on a taskgroup.
Public classTask
Implementation of ITask. Will be stored in ITaskGroup instances and reflect a single task to perform.
Public classTaskGroup
Implementation of ITaskGroup which groups ITask instances and / or other ITaskGroup instances.
Public classTaskGroupElement
Implementation of ITaskGroupElement and is the base class for Task and TaskGroup.
Public classTaskGroupPreset
Implementation of TaskGroupPreset which groups TaskPreset instances and / or other TaskGroupPreset instances.
Public classTaskGroupPresetElement
This class is the base class for TaskPreset and TaskGroupPreset objects
Public classTaskManager
Class which manages all known tasks and taskgroups found in the tasks folders known by LLBLGen Pro
Public classTaskParameter
Container class for a task parameter's data
Public classTaskPreset
Implementation of TaskPreset. Will be stored in TaskGroupPreset instances and reflect a preset for a single task
Public classTaskRule
The base class for a task rule definition for a taskgroup preset element which is evaluated at generation time to perform the taskgroup element (if it evaluates to true) or not (if it's disabled or evaluates to false).