IRebroadcastOptionsView Interface |
Namespace: VirtualRadar.Interface.View
The IRebroadcastOptionsView type exposes the following members.
Name | Description | |
---|---|---|
![]() | RebroadcastSettings |
Gets the list of rebroadcast server settings.
|
![]() | SelectedRebroadcastSettings |
Gets or sets the currently selected server settings.
|
![]() | ServerEnabled |
Gets or sets the Enabled value of the currently selected server.
|
![]() | ServerFormat |
Gets or sets the Format value of the currently selected server.
|
![]() | ServerName |
Gets or sets the Name value of the currently selected server.
|
![]() | ServerPort |
Gets or sets the Port value of the currently selected server.
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | FocusOnEditFields |
Place the focus onto the data entry fields.
|
![]() | RefreshSelectedServer |
Refreshes the display of the selected server in the list of servers.
|
![]() | RefreshServers |
Refreshes the display of all of the servers.
|
![]() | ShowValidationResults |
Displays the results of the validation of input to the user.
(Inherited from IValidateView.) |
![]() | ShowView |
Displays the view to the user.
(Inherited from IView.) |
Name | Description | |
---|---|---|
![]() | DeleteServerClicked |
Raised when the user clicks the button to delete an existing server.
|
![]() | NewServerClicked |
Raised when the user clicks the button to add a new server.
|
![]() | ResetClicked |
Raised when the user indicates that they want to abandon their edits of the selected server.
|
![]() | SelectedServerChanged |
Raised when the user changes the selection in the list of rebroadcast servers.
|
![]() | ValueChanged |
Raised when the content of the ServerName field changes.
|