Click or drag to resize
ISettingsView Interface
The interface for views that lets the user view and edit the configuration.

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

The ISettingsView type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
Gets or sets the configuration to display and edit.
Public propertyOpenOnPageTitle
Gets or sets the title of the page to start the view on.
Public propertyOpenOnRecord
Gets or sets the record to start the view on. Note that this will not have the same object references as the records in Configuration.
Public propertyUserManager
Gets or sets the name of the user manager.
Public propertyUsers
Gets the list of configured users.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodPopulateTextToSpeechVoices
The names of every voice installed on the system.
Public methodShowAircraftDataLookupSettings
Displays the current server-side settings for the aircraft online lookup data supplier.
Public methodShowBusy
Indicates to the user that the application is busy.
(Inherited from IBusyView.)
Public methodShowTestConnectionResults
Displays the results of a connection test attempt to the user.
Public methodShowValidationResults
Displays the results of the validation of input to the user.
(Inherited from IValidateView.)
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
Events
  NameDescription
Public eventFlightSimulatorXOnlyClicked
Raised when the user indicates that they don't have any radio, they just want to set this thing up to show their aircraft from FSX.
Public eventOpenUrlClicked
Raised when the user wants to open a browser on a URL.
Public eventSaveClicked
Raised when the user wants to save their changes.
Public eventTestConnectionClicked
Raised when the user indicates that they want to see if their current data feed settings will connect to something.
Public eventTestTextToSpeechSettingsClicked
Raised when the user wants to test the speech synthesis settings.
Public eventUpdateReceiverLocationsFromBaseStationDatabaseClicked
Raised when the user indicates that they want to refresh the content of the ReceiverLocations list with locations from the BaseStation database.
Public eventUseIcaoRawDecodingSettingsClicked
Raised when the user wants to use the ICAO specification settings for the raw decoder.
Public eventUseRecommendedRawDecodingSettingsClicked
Raised when the user wants to use the default values for the raw decoder.
Top
See Also