Click or drag to resize
ISettingsPresenter Interface
The interface for objects that provide the business logic for ISettingsView views.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ISettingsPresenter : IPresenter<ISettingsView>, 
	IDisposable

The ISettingsPresenter type exposes the following members.

Properties
  NameDescription
Public propertyProvider
Gets or sets the object that abstracts away the environment for the presenter.
Top
Methods
  NameDescription
Public methodApplyReceiverConfigurationWizard
Applies the answers from a receiver configuration wizard to the receiver passed across.
Public methodCreateMergedFeed
Creates a new merged feed. The object is not attached to the configuration being edited.
Public methodCreateRebroadcastServer
Creates a new rebroadcast server. The object is not attached to the configuration being edited.
Public methodCreateReceiver
Creates a new receiver. The receiver is not attached to the configuration being edited.
Public methodCreateReceiverLocation
Creates a new receiver location. The receiver location is not attached to the configuration being edited.
Public methodCreateUser
Creates a new user. The user is not attached to the configuration being edited.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetSerialPortNames
Returns a list of serial port names. Guaranteed not to throw an exception and to be current (i.e. no caching).
Public methodGetVoiceNames
Returns a collection of voice names. A voice name of null indicates the presence of a default voice.
Public methodInitialise
Initialises the view.
(Inherited from IPresenterT.)
Public methodValidateView
Validates the current content of the entire form and reports the results back to the view.
Top
See Also