Click or drag to resize

AdHocTemplateSetCreateTaskGroupFromSet Method

Creates a TaskGroup with for each template defintion in this templateset a task which can run the template.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public TaskGroupElement CreateTaskGroupFromSet(
	TaskManager loadedTaskManager
)

Parameters

loadedTaskManager
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksTaskManager

Return Value

Type: TaskGroupElement
See Also