Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public Dictionary<string, string> SystemTypeConverters { get; }

Property Value

Type: DictionaryString, String
See Also