Click or drag to resize
OutputSettingValuesContainerSetAdditionalInterfacesWithRules Method
Sets the additional interfaces with rules.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public void SetAdditionalInterfacesWithRules(
	List<Pair<string, SettingRule>> additionalInterfacesWithRules
)

Parameters

additionalInterfacesWithRules
Type: System.Collections.GenericListPairString, SettingRule
The additional interfaces with rules.
See Also