Click or drag to resize

IEnvironmentManager Interface

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:46:59 UTC
Syntax
public interface IEnvironmentManager : IBaseManager, 
	IDisposable

The IEnvironmentManager type exposes the following members.

Properties
  NameDescription
Public propertyDatabaseVersion
The version of the database in use
(Inherited from IBaseManager.)
Public propertyDHMHardwareConfiguration (Inherited from IBaseManager.)
Public propertyEnabledModules (Inherited from IBaseManager.)
Public propertyIsDatabaseReadonly
true
if the database is readonly
(Inherited from IBaseManager.)
Public propertyIsDhmConnected (Inherited from IBaseManager.)
Public propertyUserManager (Inherited from IBaseManager.)
Top
See Also