Click or drag to resize
IReceiverConfigurationWizard Interface
The interface that Receiver Configuration wizards need to implement.

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

The IReceiverConfigurationWizard type exposes the following members.

Properties
  NameDescription
Public propertyAnswers
Gets or sets the user's answers to the wizard's questions.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
See Also