Click or drag to resize

EnvironmentManager Class

Inheritance Hierarchy

Namespace:  LynceeTec.Eucalyptus
Assembly:  LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:15 UTC
Syntax
public class EnvironmentManager : BaseManager, 
	IEnvironmentManager, IBaseManager, IDisposable

The EnvironmentManager type exposes the following members.

Constructors
  NameDescription
Public methodEnvironmentManager
Create this instance with a specific database and drivers. Do not use this function if you already gave the paths in the constructor.
Top
Properties
  NameDescription
Public propertyAllMeasurementConfigsIDs
List of all the IDs of all the available measurement configurations in the database
(Inherited from BaseManager.)
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
(Inherited from BaseManager.)
Public propertyDatabaseVersion
The version of the database in use
(Inherited from BaseManager.)
Public propertyDHMHardwareConfiguration (Inherited from BaseManager.)
Public propertyEnabledModules (Inherited from BaseManager.)
Public propertyIsDatabaseReadonly
true
if the database is readonly
(Inherited from BaseManager.)
Public propertyIsDhmLinked
true
if a DHM object is connected
(Inherited from BaseManager.)
Public propertyTargetDatabaseVersion (Inherited from BaseManager.)
Public propertyUserManager (Inherited from BaseManager.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from BaseManager.)
Public methodGetAllMeasurementConfigIdsForMagnification
Gets a list of all the IDs of the available measurement configurations using a specific objective magnification
(Inherited from BaseManager.)
Public methodGetAllMeasurementConfigIdsForSources
Gets a list of all the IDs of the available measurement configurations using a specific laser sources combination
(Inherited from BaseManager.)
Public methodGetAllMeasurementConfigIdsForSourcesAndMagnification
Gets a list of all the IDs of the available measurement configurations using a specific objective magnification and laser sources combination
(Inherited from BaseManager.)
Public methodInit
Initialize the fields read from the database and encrypted files. A user must be logged in
(Inherited from BaseManager.)
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
(Inherited from BaseManager.)
Public methodUnlinkDhmDevice
Unlink the DHM device instance from the manager.
(Inherited from BaseManager.)
Top
See Also