C# 클래스 Serenity.ValidationExtensions

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
RemoveValidationRule ( this element, string eventClass ) : jQueryObject
ValidateElement ( this validator, Widget widget ) : bool

비공개 메소드들

메소드 설명
AddValidationRule ( this widget, string eventClass, string>.Func rule ) : jQueryObject
ValidationExtensions ( ) : jQueryApi

메소드 상세

RemoveValidationRule() 공개 정적인 메소드

public static RemoveValidationRule ( this element, string eventClass ) : jQueryObject
element this
eventClass string
리턴 jQueryObject

ValidateElement() 공개 정적인 메소드

public static ValidateElement ( this validator, Widget widget ) : bool
validator this
widget Widget
리턴 bool