MultiDatabaseManager Methods |
The MultiDatabaseManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AddManager |
Add a single configuration manager.
| |
| AddManagers |
Add several configuration managers and their corresponding user managers.
| |
| Dispose | ||
| 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 | ||
| InitAllConfigurationManagers | ||
| InitConfigurationManager |
Inits the selected configuration manager.
| |
| LinkDhmDeviceToConfigurationManager |
Links a DHM device to the selected configuration manager. The device will then be automatically notified if a configuration is loaded in the configuration manager.
| |
| 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 | |
| UnlinkDhmDeviceFromConfigManager |
Unlink a DHM device instance from the selected configuration manager instance.
| |
| 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.
|