Click or drag to resize
Configuration Class
An object that carries all of the configuration settings for the application.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.SettingsConfiguration

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Configuration : INotifyPropertyChanged

The Configuration type exposes the following members.

Constructors
  NameDescription
Public methodConfiguration
Creates a new object.
Top
Properties
  NameDescription
Public propertyAudioSettings
Gets or sets the object that controls the audio that is sent to browsers.
Public propertyBaseStationSettings
Gets or sets the object holding settings that describe the source of data that we are listening to.
Public propertyDataVersion
Gets or sets a counter that is incremented every time the configuration is saved. Unlike all other properties this will not raise NotifyPropertyChanged when modified.
Public propertyFlightRouteSettings
Gets or sets the object holding settings that control how flight routes are used and stored.
Public propertyGoogleMapSettings
Gets or sets the object holding settings that modify how the Google Maps pages are shown to connecting browsers.
Public propertyInternetClientSettings
Gets or sets the object holding settings that control what resources are made available to browsers connecting from public Internet addresses.
Public propertyMergedFeeds
Gets a list of the merged feeds of receivers that the program will maintain.
Public propertyMonoSettings
Gets or sets the object that carries Mono-only settings.
Public propertyRawDecodingSettings
Gets or sets the object that configures the raw message decoding.
Public propertyRebroadcastSettings
Gets a list of all of the rebroadcast server settings recorded by the user.
Public propertyReceiverLocations
Gets a list of every receiver location recorded by the user.
Public propertyReceivers
Gets a list of every receveiver that the program will listen to.
Public propertyVersionCheckSettings
Gets or sets the object holding settings that control how checks for new versions of the application are made.
Public propertyWebServerSettings
Gets or sets the object holding the configuration of the web server.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Raises PropertyChanged.
Public methodReceiverLocation
Returns the receiver location.
Protected methodSetFieldT
Changes the field's value and raises PropertyChanged.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
See interface docs.
Top
See Also