Click or drag to resize
CombinedFeed Class
Describes a feed item, which is derived from either a receiver or a merged feed.
Inheritance Hierarchy
SystemObject
  VirtualRadar.WinForms.SettingPageCombinedFeed

Namespace: VirtualRadar.WinForms.SettingPage
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CombinedFeed : INotifyPropertyChanged, 
	IDisposable

The CombinedFeed type exposes the following members.

Constructors
  NameDescription
Public methodCombinedFeed(MergedFeed)
Creates a new object.
Public methodCombinedFeed(Receiver)
Creates a new object.
Top
Properties
  NameDescription
Public propertyMergedFeed
Gets the merged feed that is a part of the combined feed.
Public propertyName
Gets the name of the receiver or merged feed.
Public propertyReceiver
Gets the receiver that is a part of the combined feed.
Public propertyUniqueId
Gets the unique ID of the receiver or merged feed.
Top
Methods
  NameDescription
Public methodDispose
See interface docs.
Protected methodDispose(Boolean)
Disposes or finalises an object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalises the object.
(Overrides ObjectFinalize.)
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 methodToString
See base docs.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
See interface docs.
Top
See Also