IReceiverConfigurationWizard Interface |
The interface that Receiver Configuration wizards need to implement.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IReceiverConfigurationWizard : IView,
IDisposable
Public Interface IReceiverConfigurationWizard
Inherits IView, IDisposable
public interface class IReceiverConfigurationWizard : IView,
IDisposable
type IReceiverConfigurationWizard =
interface
interface IView
interface IDisposable
end
The IReceiverConfigurationWizard type exposes the following members.
Properties
| Name | Description |
---|
| Answers |
Gets or sets the user's answers to the wizard's questions.
|
TopMethods
| Name | Description |
---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
| ShowView |
Displays the view to the user.
(Inherited from IView.) |
TopSee Also