Click or drag to resize
IValidateView Interface
The interface for views that can display validation results.

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

The IValidateView type exposes the following members.

Methods
  NameDescription
Public methodShowValidationResults
Displays the results of the validation of input to the user.
Top
See Also