C# Class Adf.Web.WebValidationHandler

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

Shows exception message on the UI

Method Details

Handle() public method

Shows exception message on the UI
public Handle ( ValidationResultCollection validationResults ) : void
validationResults ValidationResultCollection Validation results.
return void