MultiDatabaseManager Methods |
The MultiDatabaseManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddManagersAndInit(String, TupleString, String) |
Add and initialize several configuration managers and their corresponding user managers.
| |
| AddManagersAndInit(String, String, String) |
Add and initialize a configuration manager and its corresponding user manager.
| |
| ConnectConfigurationManager |
Connects a DHM device to the selected configuration manager. The device will then be automatically notified if a configuration is loaded in the configuration manager.
| |
| Disconnect |
Disconnect a DHM device instance from the selected configuration manager instance.
| |
| GetBindableDatabaseAccessorT |
Gets a DatabaseAccessor linked to a specific database
| |
| GetCurrentHoloMeasurementConfig | ||
| GetCurrentSampleCorrectionConfig | ||
| GetCurrentUser |
Gets the user currently logged in.
| |
| GetDatabaseAccessorT |
Gets a DatabaseAccessor linked to a specific database
| |
| GetDeltaN | ||
| GetDHMParameters |
Gets the subset of configuration parameters necessary to initialize a DHM device object for the specific configuration manager.
| |
| GethHardwareConfiguration | ||
| GetIsDatabaseReadonly | ||
| GetIsDhmConnected | ||
| GetUserManager | ||
| LoadConfigs |
Loads a measurement configuration in the selected configuration manager. If a DHM device is connected, the configuration will automatically be transmitted.
Asynchronous function.
| |
| LoadMeasurementConfig |
Loads a measurement configuration in the selected configuration manager. The sample configuration does not change. If a DHM device is connected, the configuration
will automatically be transmitted.
Asynchronous function.
| |
| LoadSampleConfig |
Loads a sample configuration in the selected configuration manager. If a DHM device is connected, the configuration will automatically be transmitted.
Asynchronous function.
| |
| Login |
Logs a user in the specific user manager, after authenticating him.
| |
| Logout |
Logs out the current user for the specific user manager
| |
| RemoveManagers |
Remove the configuration manager and user manager with key key | |
| UnloadConfigs |
Unloads the current configurations (both the Measurement configuration and the Sample configuration) from the selected configuration manager.
If a DHM device is connected, the modification will automatically be transmitted.
| |
| UnloadMeasurementConfig |
Unloads the current measurement configuration from the selected configuration manager. This has no effect on the currently connected DHM.
The current sample configuration is not unloaded.
If a DHM device is connected, the modification will automatically be transmitted.
| |
| UnloadSampleConfig |
Unloads the current sample configuration from the selected configuration manager.
If a DHM device is connected, the modification will automatically be transmitted.
|