Click or drag to resize
SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport Namespace
 
Classes
  ClassDescription
Public classImportableData
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.
Public classImportableDBData
Simple class which represents the importable DB data for a given db driver.
Public classImportableDBField
Simple class which represents an importable DB field (table / view field, sp param)
Public classImportableDBForeignKeyConstraint
Simple class which represents an importable db foreign key constraint.
Public classImportableDBResultset
Simple class which represents an importable stored procedure resultset
Public classImportableDBSequence
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.
Public classImportableDBStoredProcedure
Simple class which represents an importable db stored procedure
Public classImportableDBTable
Simple class which represents an importable db table
Public classImportableDBTableValuedFunction
Simple class which represents an importable db table valued function
Public classImportableDBTarget
Simple class which represents an importable db target, like a table or view.
Public classImportableDBUniqueConstraint
Simple class which represents an importable db unique constraint.
Public classImportableDBView
Simple class which represents an importable db view
Public classImportableDerivedModel
Simple bucket which contains only the information about the model itself. Root documents are stored outside this model.
Public classImportableDocumentDefinitionBase
Public classImportableDocumentField
Public classImportableEmbeddedDocumentDefinition
Public classImportableEntity
Simple class which contains the data for an importable entity
Public classImportableEntityBaseElement
Class which represents an importable entity base element instance
Public classImportableEntityFieldSource
Public classImportableField
Simple class which represents an importable field
Public classImportableFieldMapping
Simple class which represents an importable field mapping instance
Public classImportableForf
Simple class which represents the data for an importable 'Field mapped onto a related field' (forf)
Public classImportableGroupableModelElement
Class which represents an importable groupable model element instance
Public classImportableGroupableModelElementMappingTElement
Simple class which represents an importable groupable model element mapping
Public classImportableIndirectRelationship
Simple class which represents the data for an importable indirect relationship
Public classImportableInheritanceEdge
Simple class which represents the data of an importable inheritance edge
Public classImportableMappableFieldWrapper
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.
Public classImportableMappingData
Simple class which contains the importable mapping data for an import cycle
Public classImportableNavigator
Public classImportableNormalRelationship
Simple class which represents the data of an importable normal relationship.
Public classImportableReferencedElement
Public classImportableReferencedEntity
Public classImportableReferencedValueType
Public classImportableRelationship
Simple class which represents the data of an importable relationship
Public classImportableRootDocumentDefinition
Public classImportableSPCall
Simple class which represents the data of an importable stored procedure call.
Public classImportableTvfCall
Simple class which represents the data of an importable table valued function call.
Public classImportableTypedList
Simple class which represents the data of an importable typedlist.
Public classImportableTypedListEntityAlias
Simple class which represents the data for an importable entity alias which is used inside typedlists.
Public classImportableTypedListField
Simple class which represents the data of an importable typedlist field
Public classImportableTypedListRelationship
Simple class which represents the data of an importable typed list relationship
Public classImportableTypedView
Simple class which represents the data for an importable typedview
Public classImportableTypeShortcut
Simple class which is used to import a typeshortcut from a source.
Public classImportableUniqueConstraint
Class which represents the data of an importable unique constraint
Public classImportableValueType
Simple class which contains the data of an importable value type
Public classRawImportableDerivedModelElementDefinition
Class which defines an importable derived model element, which is a special kind of importable element.
Public classRawImportableElementDefinition
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.
Public classRawImportableEntityModelElementDefinition
Class which defines an importable entity model element, which is a special kind of importable element.
Interfaces
  InterfaceDescription
Public interfaceImportableIDocumentFieldSource