Click or drag to resize

TypedListDefinition.GetAdditionalNamespaces Method

Gets the additional namespaces, if applicable, for this element, where the default namespaces are prefiltered with the ignored namespaces defined in this element. All namespace macros are replaced with real names.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public IEnumerable<string> GetAdditionalNamespaces(
	ITargetFrameworkHolder frameworkHolder
)

Parameters

frameworkHolder
Type: SD.LLBLGen.Pro.ApplicationCore.Interfaces.ITargetFrameworkHolder
The framework holder which can be a derived model or the project.

Return Value

Type: IEnumerable<String>
list of additional namespaces defined for this element

Implements

IGroupableElement.GetAdditionalNamespaces(ITargetFrameworkHolder)
IOutputSettingValuesTarget.GetAdditionalNamespaces(ITargetFrameworkHolder)
See Also