Click or drag to resize

EnvironmentManager Class

Inheritance Hierarchy
SystemObject
  LynceeTec.EucalyptusBaseManager
    LynceeTec.EucalyptusEnvironmentManager

Namespace:  LynceeTec.Eucalyptus
Assembly:  LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:47:05 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 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 propertyIsDhmConnected
true
if a DHM object is connected
(Inherited from BaseManager.)
Public propertyTargetDatabaseVersion (Inherited from BaseManager.)
Public propertyUserManager (Inherited from BaseManager.)
Top
Methods
  NameDescription
Public methodConnect
Connects a DHM device. 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 methodDisconnect
Disconnects the DHM device instance.
(Inherited from BaseManager.)
Public methodDispose (Inherited from BaseManager.)
Public methodInit
Initialize the fields read from the database and encrypted files. A user must be logged in
(Inherited from BaseManager.)
Top
See Also