IAircraftOnlineLookupLogPresenter Interface |
Namespace: VirtualRadar.Interface.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IAircraftOnlineLookupLogPresenter : IPresenter<IAircraftOnlineLookupLogView>,
IDisposable
Public Interface IAircraftOnlineLookupLogPresenter
Inherits IPresenter(Of IAircraftOnlineLookupLogView), IDisposable
public interface class IAircraftOnlineLookupLogPresenter : IPresenter<IAircraftOnlineLookupLogView^>,
IDisposable
type IAircraftOnlineLookupLogPresenter =
interface
interface IPresenter<IAircraftOnlineLookupLogView>
interface IDisposable
end
The IAircraftOnlineLookupLogPresenter type exposes the following members.
Methods
| Name | Description |
---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
| Initialise |
Initialises the view.
(Inherited from IPresenterT.) |
TopSee Also