Click or drag to resize

OutputSettingValuesContainerSetAttributesWithRules Method

Sets the attributes 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 SetAttributesWithRules(
	List<Pair<string, SettingRule>> attributesWithRules
)

Parameters

attributesWithRules
Type: System.Collections.GenericListPairString, SettingRule
The attributes with rules.
See Also