Click or drag to resize
IFlightSimulatorXPresenter Interface
The interface for objects that can control IFlightSimulatorXView views.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IFlightSimulatorXPresenter : IPresenter<IFlightSimulatorXView>, 
	IDisposable

The IFlightSimulatorXPresenter type exposes the following members.

Properties
  NameDescription
Public propertyFlightSimulatorAircraftList
Gets or sets the object that will be modified by the presenter to record the simulated aircraft in FSX.
Public propertyProvider
Gets or sets the provider that will abstract away the environment for the provider to make it easier to test.
Public propertyWebServer
Gets or sets the web server that the view will show a link to.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise
Initialises the view.
(Inherited from IPresenterT.)
Public methodIsSimConnectMessage
Returns true if the message passed across is intended for SimConnect (i.e. it's a Flight Simulator X message). If it is then the view should not process it.
Top
See Also