EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method RaisePropertiesWhen

    RaisePropertiesWhen(IObservable<string>, CompositeDisposable)

    Declaration
    protected void RaisePropertiesWhen(IObservable<string> source, CompositeDisposable anchors)
    Parameters
    Type Name Description
    IObservable<string> source
    CompositeDisposable anchors

    RaisePropertiesWhen<T>(IObservableList<T>)

    Declaration
    protected void RaisePropertiesWhen<T>(IObservableList<T> collection) where T : INotifyPropertyChanged
    Parameters
    Type Name Description
    IObservableList<T> collection
    Type Parameters
    Name Description
    T

    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
    Name Description
    T
    TKey

    RaisePropertiesWhen(IObservable<string>)

    Declaration
    protected void RaisePropertiesWhen(IObservable<string> source)
    Parameters
    Type Name Description
    IObservable<string> source

    RaisePropertiesWhen(IObservable<EventPattern<PropertyChangedEventArgs>>)

    Declaration
    protected void RaisePropertiesWhen(IObservable<EventPattern<PropertyChangedEventArgs>> source)
    Parameters
    Type Name Description
    IObservable<EventPattern<PropertyChangedEventArgs>> source

    RaisePropertiesWhen<T>(IObservable<T>)

    Declaration
    protected void RaisePropertiesWhen<T>(IObservable<T> source)
    Parameters
    Type Name Description
    IObservable<T> source
    Type Parameters
    Name Description
    T

    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 Name Description
    IAuraObject<T> source
    Type Parameters
    Name Description
    T
    © Xab3r. All rights reserved.