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
Afficher le fichier Open project: nikhilk/sharpen Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
UpdateSource ( object value ) : void
UpdateTarget ( object target, string propertyName, object value ) : void

Private Methods

Méthode Description
PropertyBinder ( object target, string propertyName, Expression expression ) : System
Update ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

UpdateSource() protected méthode

protected UpdateSource ( object value ) : void
value object
Résultat void

UpdateTarget() protected méthode

protected UpdateTarget ( object target, string propertyName, object value ) : void
target object
propertyName string
value object
Résultat void