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.8.0.0 (5.8.21.0208)
Syntax public void SetAdditionalNamespacesWithRules(
List<Pair<string, SettingRule>> additionalNamespacesWithRules
)
Public Sub SetAdditionalNamespacesWithRules (
additionalNamespacesWithRules As List(Of Pair(Of String, SettingRule))
)
Parameters
- additionalNamespacesWithRules
- Type: System.Collections.GenericListPairString, SettingRule
The additional namespaces with rules.
See Also