Click or drag to resize
IMainPresenter Interface
The presenter for the main view that the user is shown when the application begins.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMainPresenter : IPresenter<IMainView>

The IMainPresenter type exposes the following members.

Properties
  NameDescription
Public propertyUPnpManager
Gets or sets the object that controls the UPnP router on the application's behalf.
Public propertyView
Gets the view that created the presenter, and which is being controlled by the presenter.
Top
Methods
  NameDescription
Public methodGetFeedConfigurationObject
Returns the configuration object associated with a feed ID. Could be either a receiver or a merged feed configuration object.
Public methodGetReceiverFeeds
Returns an array of receiver feeds. Merged feeds are not included.
Public methodInitialise
Initialises the view.
(Inherited from IPresenterT.)
Top
See Also