C# Class 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
Inheritance: ICreatesObservableForProperty
Afficher le fichier Open project: OlexaLe/RxLite

Méthodes publiques

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

Method Details

GetAffinityForObject() public méthode

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

GetNotificationForProperty() public méthode

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