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
Mostrar archivo Open project: OlexaLe/RxLite

Public Methods

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

Method Details

GetAffinityForObject() public method

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

GetNotificationForProperty() public method

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