OutputSettingValuesContainerGetFilteredAdditionalInterfaces Method |
Gets the additional interfaces defined in this container filtered by the rules set on them: an additional interface 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> GetFilteredAdditionalInterfaces(
IOutputSettingValuesTarget settingsTarget
)
Public Function GetFilteredAdditionalInterfaces (
settingsTarget As IOutputSettingValuesTarget
) As List(Of String)
Parameters
- settingsTarget
- Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesIOutputSettingValuesTarget
The settings target.
Return Value
Type:
ListStringList of additional interfaces defined in this container which are valid for the settingstarget specified
See Also