Click or drag to resize
TaskGroupAdd Method
Adds the given element to the ITaskGroup instance

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public void Add(
	TaskGroupElement elementToAdd
)

Parameters

elementToAdd
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksTaskGroupElement
the taskelement to add
See Also