C# 클래스 Sharpen.Html.Bindings.PropertyBinder

This binds the property of an object to the value of an expression, and updates the object as the expression's value changes.
상속: Binder
파일 보기 프로젝트 열기: nikhilk/sharpen 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
UpdateSource ( object value ) : void
UpdateTarget ( object target, string propertyName, object value ) : void

비공개 메소드들

메소드 설명
PropertyBinder ( object target, string propertyName, Expression expression ) : System
Update ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

UpdateSource() 보호된 메소드

protected UpdateSource ( object value ) : void
value object
리턴 void

UpdateTarget() 보호된 메소드

protected UpdateTarget ( object target, string propertyName, object value ) : void
target object
propertyName string
value object
리턴 void