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)
Syntaxpublic Dictionary<string, ImportableTypeShortcut> TypeShortcuts { get; }
Public ReadOnly Property TypeShortcuts As Dictionary(Of String, ImportableTypeShortcut)
Get
Property Value
Type:
DictionaryString,
ImportableTypeShortcut
See Also