프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FormatErrorMessage | string | ||
GetLabelName | string | ||
TryConvertControlValue | object | ||
getTypeForProperty | |||
setPropertyOnProxyObject | object | ||
validateProperty | List |
메소드 | 설명 | |
---|---|---|
Validator ( ) : System |
메소드 | 설명 | |
---|---|---|
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
CreateChildControls ( ) : void | ||
EvaluateIsValid ( ) : bool |
메소드 | 설명 | |
---|---|---|
FormatErrorMessage ( List |
||
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 ( ) : |
||
setPropertyOnProxyObject ( object value ) : object | ||
validateProperty ( ) : List |
protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
리턴 | void |