C# Class 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.
Inheritance: Binder
ファイルを表示 Open project: nikhilk/sharpen Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
UpdateSource ( object value ) : void
UpdateTarget ( object target, string propertyName, object value ) : void

Private Methods

Method Description
PropertyBinder ( object target, string propertyName, Expression expression ) : System
Update ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

UpdateSource() protected method

protected UpdateSource ( object value ) : void
value object
return void

UpdateTarget() protected method

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