Click or drag to resize

OutputSettingValuesContainerSetAdditionalNamespacesWithRules Method

Sets the additional namespaces with rules.

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 void SetAdditionalNamespacesWithRules(
	List<Pair<string, SettingRule>> additionalNamespacesWithRules
)

Parameters

additionalNamespacesWithRules
Type: System.Collections.GenericListPairString, SettingRule
The additional namespaces with rules.
See Also