Click or drag to resize

BaseManager Class

Inheritance Hierarchy

Namespace: LynceeTec.Eucalyptus
Assembly: LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:33 UTC
Syntax
public abstract class BaseManager : IBaseManager, 
	IDisposable

The BaseManager type exposes the following members.

Properties
 NameDescription
Public propertyAllMeasurementConfigsIDs List of all the IDs of all the available measurement configurations in the database
Public propertyAllMeasurementConfigsInfo List of all the measurement configurations in the database. Use for information only (display info to the user, etc) Do not edit the values directly
Public propertyAllSampleConfigsIDs List of all the IDs of all the available measurement configurations in the database
Public propertyAllSampleConfigsInfo List of all the sample configurations in the database. Use for information only (display info to the user, etc) Do not edit the values directly
Public propertyDatabaseVersion The version of the database in use
Public propertyDHMHardwareConfiguration 
Public propertyEnabledModules 
Public propertyIsDatabaseReadonly
C#
true
if the database is readonly
Public propertyIsDhmLinked
C#
true
if a DHM object is connected
Public propertyIsInitialized 
Public propertyTargetDatabaseVersion 
Public propertyUserManager 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the BaseManager
Public methodGetAllMeasurementConfigIdsForMagnification Gets a list of all the IDs of the available measurement configurations using a specific objective magnification
Public methodGetAllMeasurementConfigIdsForSources Gets a list of all the IDs of the available measurement configurations using a specific laser sources combination
Public methodGetAllMeasurementConfigIdsForSourcesAndMagnification Gets a list of all the IDs of the available measurement configurations using a specific objective magnification and laser sources combination
Public methodInit Initialize the fields read from the database and encrypted files. A user must be logged in
Public methodLinkDhmDevice Links a DHM device to the manager. The device will then be automatically notified if a configuration is loaded. Previously loaded configurations are not given to the DHM
Public methodUnlinkDhmDevice Unlink the DHM device instance from the manager.
Top
See Also