C# Class Adf.Web.SmartWebValidationHandler

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

Prepares the validation results for the ExceptionControl

Method Details

Handle() public méthode

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