Click or drag to resize
IAutoConfigBaseStationDatabase Interface
The interface for singleton objects that hold an instance of IBaseStationDatabase and automatically update its configuration when appropriate.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAutoConfigBaseStationDatabase : ISingleton<IAutoConfigBaseStationDatabase>, 
	IDisposable

The IAutoConfigBaseStationDatabase type exposes the following members.

Properties
  NameDescription
Public propertyDatabase
Gets the BaseStation database that this object is updating with configuration changes.
Public propertySingleton
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise
Initialises the Database property and hooks events to pick up changes in configuration.
Top
See Also