Click or drag to resize
ImportableData Class
Class which contains all the importable data to import into the live project. This is the information returned from the importer after it received the raw importable element definitions selected to be imported.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImportImportableData

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
[SerializableAttribute]
public class ImportableData

The ImportableData type exposes the following members.

Constructors
  NameDescription
Public methodImportableData
Initializes a new instance of the ImportableData class.
Top
Properties
  NameDescription
Public propertyDBData
Gets or sets the list of importable db data elements
Public propertyDerivedModels
Gets the derived models.
Public propertyEntities
Gets or sets the entities.
Public propertyInheritanceEdges
Gets or sets the inheritance edges.
Public propertyMappingData
Gets or sets the mappings, one object per driverid. If empty, DBData is ignored. All elements mapped have to be in the model element containers and in a DBData element.
Public propertyRelationships
Gets or sets the relationships.
Public propertyRootDocuments
Gets the root documents.
Public propertySourceProjectID
Gets or sets the source project identifier. Is the Empty guid if the source isn't an LLBLGen Pro Project.
Public propertyStoredProcedureCalls
Gets or sets the stored procedure calls.
Public propertyTvfCalls
Gets or sets the tvf calls.
Public propertyTypedLists
Gets or sets the typed lists.
Public propertyTypedViews
Gets or sets the typed views.
Public propertyTypeShortcuts
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.
Public propertyValueTypes
Gets or sets the value types.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also