Interface that defines a DataPlace application, which provides runtime context for one or more
IExplorer instances.
| C# |
public interface IDPApplication
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| ActiveExplorer |
Gets the active explorer.
| |
| CreateDataPlaceAdapterFactory(Guid) |
Creates the object used to generate table adapters for a database.
| |
| CreateNewExplorer()()() |
Creates a new IExplorer instance.
| |
| DmpMasterAdapterFactory |
Gets the adapter factory used to create table adapters for the master database.
| |
| Exit()()() |
Exits the application.
| |
| ExplorerOpened |
Occurs when an explorer is opened.
| |
| Explorers |
Gets the collection of explorers.
| |
| InitializeComplete |
Gets whether initialization is complete.
| |
| Initialized |
Occurs when initialization is complete.
| |
| LoadedModules |
Gets the add-in modules that have been loaded.
| |
| Master |
Gets an object that manages the publications, local databases, and subscriptions.
| |
| Reinitialize()()() |
Re-initializes the instance.
| |
| RestartApp()()() |
Restarts the DataPlace application.
| |
| SyncFactory |
Gets an object that creates synchronization managers for the user's subscriptions.
| |
| UpgradePoller |
Gets an object used to control DataPlace upgrades.
| |
| WorkflowProvider |
Gets an object for working with workflows.
|