Click or drag to resize
ImportableDataTypeShortcuts Property
Gets or sets the custom type shortcuts to import because they're used by one or more elements to import. It's ok if the type shortcuts already exist in the project to import the data into.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Dictionary<string, ImportableTypeShortcut> TypeShortcuts { get; }

Property Value

Type: DictionaryString, ImportableTypeShortcut
See Also