Click or drag to resize

OutputSettingValuesContainerGetFilteredAdditionalNamespaces Method

Gets the additional namespaces defined in this container filtered by the rules set on them: an additional namespace is returned if it has no rule, or if its rule resolves to true for the specified settingsTarget

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public List<string> GetFilteredAdditionalNamespaces(
	IOutputSettingValuesTarget settingsTarget
)

Parameters

settingsTarget
Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesIOutputSettingValuesTarget
The settings target.

Return Value

Type: ListString
List of additional namespaces defined in this container which are valid for the settingstarget specified
See Also