Click or drag to resize

BaseManager Class

Inheritance Hierarchy

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 abstract class BaseManager : IBaseManager, 
	IDisposable

The BaseManager type exposes the following members.

Constructors
  NameDescription
Public methodBaseManager
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
Public propertyDHMHardwareConfiguration
Public propertyEnabledModules
Public propertyIsDatabaseReadonly
true
if the database is readonly
Public propertyIsDhmConnected
true
if a DHM object is connected
Public propertyTargetDatabaseVersion
Public propertyUserManager
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
Public methodDisconnect
Disconnects the DHM device instance.
Public methodDispose
Releases all resources used by the BaseManager
Public methodInit
Initialize the fields read from the database and encrypted files. A user must be logged in
Top
See Also