Root Namesapce For DataPlace
| C# |
namespace CS.DataPlace
| All Types | Classes | Interfaces | Delegates |
| Icon | Type | Description |
|---|---|---|
| AddInAttribute |
Attribute indicating that a class is an add-in, and providing information about the add-in.
| |
| AddInBase |
Base class for DataPlace add-ins.
| |
| AddInDbInstanceBase |
Based class for providing custom behavior or functionality that is specific to a
particular database.
| |
| AddInEditorInstanceBase |
Based class for providing custom behavior or functionality that is specific to a
particular table opened in a table editor.
| |
| AddInResources |
A strongly-typed resource class, for looking up localized strings, etc.
| |
| CreateDesignerCallback |
Represents a method that creates a table designer.
| |
| CreateEditorCallback |
Represents a method that creates a table editor.
| |
| DuplicateModuleIdException |
The exception that is raised when an attempt is made to load a module with the same ID as one that is
already loaded.
| |
| IAddIn |
Interface that defines a DataPlace add-in.
| |
| IDPApplication |
Interface that defines a DataPlace application, which provides runtime context for one or more
IExplorer instances.
| |
| IDPClass |
Interface for an object that provides access to the hosting IDPApplication object.
| |
| IDPControl |
Interface for an object that provides a means to reinitialize itself.
| |
| IExplorer |
Interface for a UI that serves as a top-most DataPlace window.
| |
| IllegalAssemblyException |
Thrown when the specified module assembly either
a) does not exist, or
b) does not contain an instance of IAddIn.
| |
| ModuleInfo |
Descriptor for a DataPlace SDK module. This is the minimum
information required to load and register an implementation
of the IAddIn interface.
| |
| ModuleInfoCollection |
A collection of module information objects.
| |
| TableReference |
Serves as a reference to a table, such as to support a Copy/Paste operation.
|