Click or drag to resize
ICopyPasteProducerController Interface
Simple interface which is used to control a copy paste producer without having access to it.

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 ICopyPasteProducerController

The ICopyPasteProducerController type exposes the following members.

Methods
  NameDescription
Public methodGetDataForClipboard
Gets the data for the clipboard, from the project specified. The elements to copy are converted to importable elements in the output. The elements for caches is data the importer needs to do its 2nd level retrieval as we skipped the 1st level retrieval.
Top
See Also