FrameworkGetSettingDefinitionsFiltered Method |
Gets the setting definitions filtered on targetElement.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public List<SettingDefinition> GetSettingDefinitionsFiltered(
FrameworkSettingTargetElementType targetElement,
bool useLegacyDefaults
)
Public Function GetSettingDefinitionsFiltered (
targetElement As FrameworkSettingTargetElementType,
useLegacyDefaults As Boolean
) As List(Of SettingDefinition)
Parameters
- targetElement
- Type: SD.LLBLGen.Pro.ApplicationCoreFrameworkSettingTargetElementType
The target element. Recommended to set just 1 flag - useLegacyDefaults
- Type: SystemBoolean
if set to true [use legacy defaults].
Return Value
Type:
ListSettingDefinition
list with 0 or more settingdefinition instances, which are meant for the targetElement specified.
Remarks
uses a cache to avoid re-filtering the list of setting definitions over and over again.
See Also