Click or drag to resize
ValidationModelHelperApplyValidationResults Method
Applies the validation results to the view model.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ApplyValidationResults(
	ValidationResults validationResults,
	Object viewModelRoot
)

Parameters

validationResults
Type: VirtualRadar.Interface.ViewValidationResults
viewModelRoot
Type: SystemObject
See Also