C# 클래스 SpecExpress.Web.Validator

상속: System.Web.UI.WebControls.BaseValidator
파일 보기 프로젝트 열기: rbell/SpecExpress

Private Properties

프로퍼티 타입 설명
FormatErrorMessage string
GetLabelName string
TryConvertControlValue object
getTypeForProperty System.Type
setPropertyOnProxyObject object
validateProperty List

공개 메소드들

메소드 설명
Validator ( ) : System

보호된 메소드들

메소드 설명
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
CreateChildControls ( ) : void
EvaluateIsValid ( ) : bool

비공개 메소드들

메소드 설명
FormatErrorMessage ( List messages, ValidationSummaryDisplayMode displayMode ) : string
GetLabelName ( ) : string

Try and get the Property Name from label, if not found, default to PropertyName

TryConvertControlValue ( string controlValue ) : object

Attempt to convert from a string to the Property Type. Return null if it fails.

getTypeForProperty ( ) : Type
setPropertyOnProxyObject ( object value ) : object
validateProperty ( ) : List

메소드 상세

AddAttributesToRender() 보호된 메소드

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

EvaluateIsValid() 보호된 메소드

protected EvaluateIsValid ( ) : bool
리턴 bool

Validator() 공개 메소드

public Validator ( ) : System
리턴 System