OutputSettingValuesContainerSetAdditionalInterfacesWithRules Method |
Sets the additional interfaces with rules.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void SetAdditionalInterfacesWithRules(
List<Pair<string, SettingRule>> additionalInterfacesWithRules
)
Public Sub SetAdditionalInterfacesWithRules (
additionalInterfacesWithRules As List(Of Pair(Of String, SettingRule))
)
Parameters
- additionalInterfacesWithRules
- Type: System.Collections.GenericListPairString, SettingRule
The additional interfaces with rules.
See Also