C# Class RxLite.INPCObservableForProperty

Generates Observables based on observing INotifyPropertyChanged objects
Inheritance: ICreatesObservableForProperty
Mostrar archivo Open project: OlexaLe/RxLite

Public Methods

Method Description
GetAffinityForObject ( Type type, string propertyName, bool beforeChanged ) : int
GetNotificationForProperty ( object sender, Expression expression, bool beforeChanged ) : object>>.IObservable

Method Details

GetAffinityForObject() public method

public GetAffinityForObject ( Type type, string propertyName, bool beforeChanged ) : int
type System.Type
propertyName string
beforeChanged bool
return int

GetNotificationForProperty() public method

public GetNotificationForProperty ( object sender, Expression expression, bool beforeChanged ) : object>>.IObservable
sender object
expression System.Linq.Expressions.Expression
beforeChanged bool
return object>>.IObservable