FrameworkSystemTypeConverters Property |
Gets or sets the system type converters defined for this framework. Key is the typeName as specified in the framework's .framework file, value is the
codeGeneratorData value specified with this type converter in the framework's .framework file.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax public Dictionary<string, string> SystemTypeConverters { get; }
Public ReadOnly Property SystemTypeConverters As Dictionary(Of String, String)
Get
Property Value
Type:
DictionaryString,
StringSee Also