SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport Namespace |
Class | Description | |
---|---|---|
ImportableData |
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.
| |
ImportableDBData |
Simple class which represents the importable DB data for a given db driver.
| |
ImportableDBField |
Simple class which represents an importable DB field (table / view field, sp param)
| |
ImportableDBForeignKeyConstraint |
Simple class which represents an importable db foreign key constraint.
| |
ImportableDBResultset |
Simple class which represents an importable stored procedure resultset
| |
ImportableDBSequence |
Simple class which represents an importable sequence. System sequences, like SCOPE_IDENTITY() in sqlserver, are still imported, but have to have
their IsSystemSequence flag set to true.
| |
ImportableDBStoredProcedure |
Simple class which represents an importable db stored procedure
| |
ImportableDBTable |
Simple class which represents an importable db table
| |
ImportableDBTableValuedFunction |
Simple class which represents an importable db table valued function
| |
ImportableDBTarget |
Simple class which represents an importable db target, like a table or view.
| |
ImportableDBUniqueConstraint |
Simple class which represents an importable db unique constraint.
| |
ImportableDBView |
Simple class which represents an importable db view
| |
ImportableDerivedModel |
Simple bucket which contains only the information about the model itself. Root documents are stored outside this model.
| |
ImportableDocumentDefinitionBase | ||
ImportableDocumentField | ||
ImportableEmbeddedDocumentDefinition | ||
ImportableEntity |
Simple class which contains the data for an importable entity
| |
ImportableEntityBaseElement |
Class which represents an importable entity base element instance
| |
ImportableEntityFieldSource | ||
ImportableField |
Simple class which represents an importable field
| |
ImportableFieldMapping |
Simple class which represents an importable field mapping instance
| |
ImportableForf |
Simple class which represents the data for an importable 'Field mapped onto a related field' (forf)
| |
ImportableGroupableModelElement |
Class which represents an importable groupable model element instance
| |
ImportableGroupableModelElementMappingTElement |
Simple class which represents an importable groupable model element mapping
| |
ImportableIndirectRelationship |
Simple class which represents the data for an importable indirect relationship
| |
ImportableInheritanceEdge |
Simple class which represents the data of an importable inheritance edge
| |
ImportableMappableFieldWrapper |
Simple class which represents the data of a mappablefieldwrapper, which is a wrapper with a path to a field inside another field, e.g. when that
field is a valuetyped field.
| |
ImportableMappingData |
Simple class which contains the importable mapping data for an import cycle
| |
ImportableNavigator | ||
ImportableNormalRelationship |
Simple class which represents the data of an importable normal relationship.
| |
ImportableReferencedElement | ||
ImportableReferencedEntity | ||
ImportableReferencedValueType | ||
ImportableRelationship |
Simple class which represents the data of an importable relationship
| |
ImportableRootDocumentDefinition | ||
ImportableSPCall |
Simple class which represents the data of an importable stored procedure call.
| |
ImportableTvfCall |
Simple class which represents the data of an importable table valued function call.
| |
ImportableTypedList |
Simple class which represents the data of an importable typedlist.
| |
ImportableTypedListEntityAlias |
Simple class which represents the data for an importable entity alias which is used inside typedlists.
| |
ImportableTypedListField |
Simple class which represents the data of an importable typedlist field
| |
ImportableTypedListRelationship |
Simple class which represents the data of an importable typed list relationship
| |
ImportableTypedView |
Simple class which represents the data for an importable typedview
| |
ImportableTypeShortcut |
Simple class which is used to import a typeshortcut from a source.
| |
ImportableUniqueConstraint |
Class which represents the data of an importable unique constraint
| |
ImportableValueType |
Simple class which contains the data of an importable value type
| |
RawImportableDerivedModelElementDefinition |
Class which defines an importable derived model element, which is a special kind of importable element.
| |
RawImportableElementDefinition |
Base class for raw importable elements. Instances of this class are to be returned by an importer and altered in the UI by the user.
The data contained in instances of this class is considered 'first level information', which is send back to
the importer for defining what to import in detail.
| |
RawImportableEntityModelElementDefinition |
Class which defines an importable entity model element, which is a special kind of importable element.
|
Interface | Description | |
---|---|---|
ImportableIDocumentFieldSource |