C# 클래스 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.
상속: Expression, IObserver
파일 보기 프로젝트 열기: nikhilk/sharpen

공개 메소드들

메소드 설명
BindExpression ( object model, object>.Func getter, object>.Action setter ) : System
InvalidateObserver ( ) : void
SetValue ( object value ) : void

비공개 메소드들

메소드 설명
RetrieveValue ( bool notify ) : void

메소드 상세

BindExpression() 공개 메소드

public BindExpression ( object model, object>.Func getter, object>.Action setter ) : System
model object
getter object>.Func
setter object>.Action
리턴 System

InvalidateObserver() 공개 메소드

public InvalidateObserver ( ) : void
리턴 void

SetValue() 공개 메소드

public SetValue ( object value ) : void
value object
리턴 void