C# Class Serenity.ValidationExtensions

Afficher le fichier Open project: volkanceylan/Serenity

Méthodes publiques

Méthode Description
RemoveValidationRule ( this element, string eventClass ) : jQueryObject
ValidateElement ( this validator, Widget widget ) : bool

Private Methods

Méthode Description
AddValidationRule ( this widget, string eventClass, string>.Func rule ) : jQueryObject
ValidationExtensions ( ) : jQueryApi

Method Details

RemoveValidationRule() public static méthode

public static RemoveValidationRule ( this element, string eventClass ) : jQueryObject
element this
eventClass string
Résultat jQueryObject

ValidateElement() public static méthode

public static ValidateElement ( this validator, Widget widget ) : bool
validator this
widget Widget
Résultat bool