Click or drag to resize
IOutputSettingValuesTargetGetAdditionalInterfaces Method
Gets the additional interfaces, if applicable, for this element, where the default interfaces are prefiltered with the ignored interfaces defined in this element. All interface macros are replaced with real names.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Interfaces
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IEnumerable<string> GetAdditionalInterfaces(
	ITargetFrameworkHolder frameworkHolder
)

Parameters

frameworkHolder
Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesITargetFrameworkHolder
The framework holder which can be a derived model or the project.

Return Value

Type: IEnumerableString
list of additional interfaces defined for this element
See Also