Click or drag to resize

OutputSettingValuesContainerGetFilteredAttributes Method

Gets the attributes defined in this container filtered by the rules set on them: an attribute is returned if it has no rule, or if its rule resolves to true for the specified settingsTarget

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 List<string> GetFilteredAttributes(
	IOutputSettingValuesTarget settingsTarget
)

Parameters

settingsTarget
Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesIOutputSettingValuesTarget
The settings target.

Return Value

Type: ListString
List of attributes defined in this container which are valid for the settingstarget specified
See Also