Click or drag to resize
ICopyPasteDataProducer Interface
Interface which is used to produce data for clipboard exchange. The data produced by the implementation of the interface is using the import system.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface ICopyPasteDataProducer

The ICopyPasteDataProducer type exposes the following members.

Properties
  NameDescription
Public propertyImportMappingsAndRelationalModelData
Gets or set a value indicating whether mappings and relational model data has to be imported as well.
Public propertyImportSuperTypesAutomatically
Gets or set a value indicating whether supertypes have to be imported automatically.
Top
Methods
  NameDescription
Public methodGetSecondLevelInfo
Gets the second level info. This information is the information to import into the live project. All elements to import are specified in elementsToImport and combined with the settings set on this importer, the importer will fill an ImportableData instance and returns that
Public methodSetFirstLevelCaches
Sets the first level caches which are to be filled before second level info is read as we skip the first level info retrieval.
Public methodSetSourceProject
Sets the source project for the producer to obtain the data to copy from
Top
See Also