Click or drag to resize
IValidateViewShowValidationResults Method
Displays the results of the validation of input to the user.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ShowValidationResults(
	ValidationResults results
)

Parameters

results
Type: VirtualRadar.Interface.ViewValidationResults
An object describing all of the results of a validation.
See Also