Click or drag to resize
IOutputSettingValuesTargetGetAttributes Method
Gets the attributes, if applicable, for this element, where the default attributes are prefiltered with the ignored attributes defined in this element. All name macros and $length/$precision/$scale macros are replaced with real values. (if applicable)

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> GetAttributes(
	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 attribute strings defined for this element
Remarks
Not all macros have been processed: the language specific macros still need processing.
See Also