Click or drag to resize
IAircraftOnlineLookupLogView Interface
The view for the display of aircraft online lookup log entries.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAircraftOnlineLookupLogView : IView, 
	IDisposable

The IAircraftOnlineLookupLogView type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodPopulate
Refreshes the display of log entries.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
See Also