Click or drag to resize
IRebroadcastOptionsView Interface
The interface for all views that allow the user to enter the details of rebroadcast servers.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IRebroadcastOptionsView : IView, 
	IDisposable, IValidateView

The IRebroadcastOptionsView type exposes the following members.

Properties
  NameDescription
Public propertyRebroadcastSettings
Gets the list of rebroadcast server settings.
Public propertySelectedRebroadcastSettings
Gets or sets the currently selected server settings.
Public propertyServerEnabled
Gets or sets the Enabled value of the currently selected server.
Public propertyServerFormat
Gets or sets the Format value of the currently selected server.
Public propertyServerName
Gets or sets the Name value of the currently selected server.
Public propertyServerPort
Gets or sets the Port value of the currently selected server.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodFocusOnEditFields
Place the focus onto the data entry fields.
Public methodRefreshSelectedServer
Refreshes the display of the selected server in the list of servers.
Public methodRefreshServers
Refreshes the display of all of the servers.
Public methodShowValidationResults
Displays the results of the validation of input to the user.
(Inherited from IValidateView.)
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
Events
  NameDescription
Public eventDeleteServerClicked
Raised when the user clicks the button to delete an existing server.
Public eventNewServerClicked
Raised when the user clicks the button to add a new server.
Public eventResetClicked
Raised when the user indicates that they want to abandon their edits of the selected server.
Public eventSelectedServerChanged
Raised when the user changes the selection in the list of rebroadcast servers.
Public eventValueChanged
Raised when the content of the ServerName field changes.
Top
See Also