Click or drag to resize
CodeGenerationMetaDataStoreGetSystemTypeConvertersForFramework Method
Gets the system type converters as supported by the target framework specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Dictionary<TypeConverterDefinition, string> GetSystemTypeConvertersForFramework(
	string targetFrameworkName,
	TypeConverterStore additionalTypeConverters
)

Parameters

targetFrameworkName
Type: SystemString
additionalTypeConverters
Type: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresTypeConverterStore

Return Value

Type: DictionaryTypeConverterDefinition, String
The system type converters supported by this framework along with their defined code generation value. System type converters are type converters which don't have a runtime component and are implemented elsewhere at runtime.
See Also