Click or drag to resize
TaskGroupGetFullAdditionalRootNamespace Method
Gets the full additional root namespace, starting with the root of the containing hierarchy of taskgroups, appending every additional namespace along the path towards the passed in taskgroup, including the additional namespace of that taskgroup. If the taskgroup is null, an empty string is returned.

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 static string GetFullAdditionalRootNamespace(
	TaskGroup toExamine
)

Parameters

toExamine
Type: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TasksTaskGroup

Return Value

Type: String
the full additional namespace for the complete hierarchy the passed in taskgroup is in, from root till the passed in taskgroup, including the passed in taskgroup
See Also