ImportableData Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
The ImportableData type exposes the following members.
Name | Description | |
---|---|---|
ImportableData |
Initializes a new instance of the ImportableData class.
|
Name | Description | |
---|---|---|
DBData |
Gets or sets the list of importable db data elements
| |
DerivedModels |
Gets the derived models.
| |
Entities |
Gets or sets the entities.
| |
InheritanceEdges |
Gets or sets the inheritance edges.
| |
MappingData |
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.
| |
Relationships |
Gets or sets the relationships.
| |
RootDocuments |
Gets the root documents.
| |
SourceProjectID |
Gets or sets the source project identifier. Is the Empty guid if the source isn't an LLBLGen Pro Project.
| |
StoredProcedureCalls |
Gets or sets the stored procedure calls.
| |
TvfCalls |
Gets or sets the tvf calls.
| |
TypedLists |
Gets or sets the typed lists.
| |
TypedViews |
Gets or sets the typed views.
| |
TypeShortcuts |
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.
| |
ValueTypes |
Gets or sets the value types.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |