C# Class Adf.Web.WebValidationHandler

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

Méthodes publiques

Méthode Description
Handle ( ValidationResultCollection validationResults ) : void

Shows exception message on the UI

Method Details

Handle() public méthode

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