C# Class RxLite.INPCObservableForProperty

Generates Observables based on observing INotifyPropertyChanged objects
Inheritance: ICreatesObservableForProperty
Afficher le fichier Open project: OlexaLe/RxLite

Méthodes publiques

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

Method Details

GetAffinityForObject() public méthode

public GetAffinityForObject ( Type type, string propertyName, bool beforeChanged ) : int
type System.Type
propertyName string
beforeChanged bool
Résultat int

GetNotificationForProperty() public méthode

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