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
Показать файл Открыть проект

Открытые методы

Метод Описание
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