Method RaisePropertiesWhen
RaisePropertiesWhen(IObservable<string>, CompositeDisposable)
Declaration
protected void RaisePropertiesWhen(IObservable<string> source, CompositeDisposable anchors)
Parameters
RaisePropertiesWhen<T>(IObservableList<T>)
Declaration
protected void RaisePropertiesWhen<T>(IObservableList<T> collection) where T : INotifyPropertyChanged
Parameters
Type |
Name |
Description |
IObservableList<T> |
collection |
|
Type Parameters
RaisePropertiesWhen<T, TKey>(IObservableCache<T, TKey>)
Declaration
protected void RaisePropertiesWhen<T, TKey>(IObservableCache<T, TKey> collection) where T : INotifyPropertyChanged
Parameters
Type |
Name |
Description |
IObservableCache<T, TKey> |
collection |
|
Type Parameters
RaisePropertiesWhen(IObservable<string>)
Declaration
protected void RaisePropertiesWhen(IObservable<string> source)
Parameters
RaisePropertiesWhen(IObservable<EventPattern<PropertyChangedEventArgs>>)
Declaration
protected void RaisePropertiesWhen(IObservable<EventPattern<PropertyChangedEventArgs>> source)
Parameters
RaisePropertiesWhen<T>(IObservable<T>)
Declaration
protected void RaisePropertiesWhen<T>(IObservable<T> source)
Parameters
Type Parameters
RaisePropertiesWhen<TObject, TKey>(IObservable<IChangeSet<TObject, TKey>>)
Declaration
public void RaisePropertiesWhen<TObject, TKey>(IObservable<IChangeSet<TObject, TKey>> changes)
Parameters
Type |
Name |
Description |
IObservable<IChangeSet<TObject, TKey>> |
changes |
|
Type Parameters
Name |
Description |
TObject |
|
TKey |
|
RaisePropertiesWhen<T>(IAuraObject<T>)
Declaration
protected void RaisePropertiesWhen<T>(IAuraObject<T> source) where T : class, IAuraProperties
Parameters
Type Parameters