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.1.0.0 (5.1.0)
Syntax public Dictionary<TypeConverterDefinition, string> GetSystemTypeConvertersForFramework(
string targetFrameworkName,
TypeConverterStore additionalTypeConverters
)
Public Function GetSystemTypeConvertersForFramework (
targetFrameworkName As String,
additionalTypeConverters As TypeConverterStore
) As Dictionary(Of TypeConverterDefinition, String)
Parameters
- targetFrameworkName
- Type: SystemString
- additionalTypeConverters
- Type: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresTypeConverterStore
Return Value
Type:
DictionaryTypeConverterDefinition,
StringThe 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