Click or drag to resize
ISplashView Interface
The interface for the splash screen that is displayed while the application is firing up.

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

The ISplashView type exposes the following members.

Properties
  NameDescription
Public propertyApplicationName
Gets or sets the name of the application to show to the user.
Public propertyApplicationVersion
Gets or sets the version information to show to the user.
Public propertyBaseStationAircraftList
Gets or sets the aircraft list tracking real aircraft that the presenter will create in the background.
Public propertyFlightSimulatorXAircraftList
Gets or sets the aircraft list tracking simulated aircraft in FSX that the presenter will create in the background.
Public propertyLoadSucceeded
Gets a value indicating that the load succeeded without any obvious problems.
Public propertyUPnpManager
Gets or sets the universal plug and play manager that the presenter creates for the application.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise
Records references to objects that will be passed on to the presenter when the time comes to create it.
Public methodReportProblem
Blocking method that displays details of a problem to the user.
Public methodReportProgress
Non-blocking method to display text to the user, intended to show the current state of the presenter's build up of the application.
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Public methodYesNoPrompt
Blocking method that displays a prompt and asks the user to choose one of a yes/no response. Returns true if the user answers yes.
Top
See Also