Click or drag to resize
ITargetFrameworkHolder Interface
Interface for defining elements which hold a target framework reference, like the project or a derived model definition.

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
public interface ITargetFrameworkHolder : IOutputSettingValuesTarget

The ITargetFrameworkHolder type exposes the following members.

Properties
  NameDescription
Public propertyHolderDescription
Gets the holder description for text messages to the user.
Public propertyModelType
The model type this framework holder is interested in.
Public propertyOutputSettingValues
Gets the output setting values of this target.
(Inherited from IOutputSettingValuesTarget.)
Public propertyTargetElementType
Gets the target element type of this target.
(Inherited from IOutputSettingValuesTarget.)
Public propertyTargetFrameworkName
Current target framework name
Public propertyTargetName
Gets the name of the element.
(Inherited from IOutputSettingValuesTarget.)
Public propertyUseLegacyDefaults
Gets a value indicating whether legacy defaults (true, default) should be used for SettingDefinitions or not (false). Set to false when SetTargetFramework is called.
Top
Methods
  NameDescription
Public methodGetAdditionalInterfaces
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.
(Inherited from IOutputSettingValuesTarget.)
Public methodGetAdditionalNamespaces
Gets the additional namespaces, if applicable, for this element, where the default namespaces are prefiltered with the ignored namespaces defined in this element. All namespace macros are replaced with real names.
(Inherited from IOutputSettingValuesTarget.)
Public methodGetAttributes
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)
(Inherited from IOutputSettingValuesTarget.)
Public methodGetOutputSettingValuesFilteredForTargetElementType
Gets the output setting values for the target element type specified, including the default values inherited from this platform holder, filtered with the ignored values.
Public methodGetRealBoolSettingValue
Gets the real setting value of the setting with the name specified as bool
Public methodGetRealIntSettingValue
Gets the real setting value of the setting with the name specified as int
Public methodGetRealSettingValue
Gets the real setting value of the setting with the name specified
Public methodGetRealStringSettingValue
Gets the real setting value of the setting with the name specified as string
Public methodGetRealStringSettingValueWithMacrosResolved
Gets the real setting value of the setting with the name specified as string. Also resolves any macros defined in the value (if any) to real values.
(Inherited from IOutputSettingValuesTarget.)
Public methodSetNewOutputSettingValuesContainer
Sets the new output setting values container in this frameworkholder.
Public methodSetTargetFramework
Sets the new framework for the target framework holder.
Top
See Also