C# Class Sharpen.Html.Bindings.BindExpression

Implementation of an expression that binds to a value off the model and tracks changes by virtue of being an observer.
Inheritance: Expression, IObserver
Afficher le fichier Open project: nikhilk/sharpen

Méthodes publiques

Méthode Description
BindExpression ( object model, object>.Func getter, object>.Action setter ) : System
InvalidateObserver ( ) : void
SetValue ( object value ) : void

Private Methods

Méthode Description
RetrieveValue ( bool notify ) : void

Method Details

BindExpression() public méthode

public BindExpression ( object model, object>.Func getter, object>.Action setter ) : System
model object
getter object>.Func
setter object>.Action
Résultat System

InvalidateObserver() public méthode

public InvalidateObserver ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void