C# Class Adf.Web.SmartWebValidationHandler

Provides methods to parse validation result collection and reflect the exception on the UI.
Inheritance: IValidationHandler
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
Handle ( ValidationResultCollection validationResults ) : void

Prepares the validation results for the ExceptionControl

Method Details

Handle() public method

Prepares the validation results for the ExceptionControl
public Handle ( ValidationResultCollection validationResults ) : void
validationResults ValidationResultCollection Collection of validation results.
return void