Click or drag to resize
MergedFeed Class
The configuration settings for a merged feed.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.SettingsMergedFeed

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

The MergedFeed type exposes the following members.

Constructors
  NameDescription
Public methodMergedFeed
Creates a new object.
Top
Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating that the merged feed is to be used.
Public propertyIcaoTimeout
Gets or sets the number of milliseconds that any given receiver will be considered to be the only source of messages for an ICAO.
Public propertyIgnoreAircraftWithNoPosition
Gets or sets a value indicating that aircraft are ignored until they report a position that isn't 0/0.
Public propertyName
Gets or sets the name that the merged feed will be known by.
Public propertyReceiverFlags
Gets a list of settings stored against each receiver that is merged into this feed.
Public propertyReceiverIds
Gets a list of the IDs for the receivers that are going to be merged into this feed.
Public propertyReceiverUsage
Gets or sets a value indicating how the merged feed is going to be used by the system.
Public propertyUniqueId
Gets or sets the unique identifier of the merged feed. This value is unique across MergedFeed and Receiver records. It cannot be zero.
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.
Protected methodSetFieldT
Sets 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