| 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.3.0.0 (5.3.0)
Syntaxpublic List<string> GetFilteredAttributes(
	IOutputSettingValuesTarget settingsTarget
)
Public Function GetFilteredAttributes ( 
	settingsTarget As IOutputSettingValuesTarget
) As List(Of String)
Parameters
- settingsTarget
 - Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesIOutputSettingValuesTarget
The settings target. 
Return Value
Type: 
ListStringList of attributes defined in this container which are valid for the settingstarget specified
See Also