C# 클래스 RxLite.POCOObservableForProperty

This class is the final fallback for WhenAny, and will simply immediately return the value of the type at the time it was created. It will also warn the user that this is probably not what they want to do
상속: ICreatesObservableForProperty
파일 보기 프로젝트 열기: OlexaLe/RxLite

공개 메소드들

메소드 설명
GetAffinityForObject ( Type type, string propertyName, bool beforeChanged = false ) : int
GetNotificationForProperty ( object sender, Expression expression, bool beforeChanged = false ) : object>>.IObservable

메소드 상세

GetAffinityForObject() 공개 메소드

public GetAffinityForObject ( Type type, string propertyName, bool beforeChanged = false ) : int
type System.Type
propertyName string
beforeChanged bool
리턴 int

GetNotificationForProperty() 공개 메소드

public GetNotificationForProperty ( object sender, Expression expression, bool beforeChanged = false ) : object>>.IObservable
sender object
expression System.Linq.Expressions.Expression
beforeChanged bool
리턴 object>>.IObservable