Click or drag to resize

OutputSettingValuesContainer.SetAdditionalInterfacesWithRules 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.12.0.0 (5.12.0)
Syntax
public void SetAdditionalInterfacesWithRules(
	List<Pair<string, SettingRule>> additionalInterfacesWithRules
)

Parameters

additionalInterfacesWithRules
Type: System.Collections.Generic.List<Pair<String, SettingRule>>
The additional interfaces with rules.
See Also