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

Search Results for

    Class SourceListEx<T>

    Slightly extended version of SourceList that materializes collection changes using specified scheduler or Immediate if not provided

    Inheritance
    object
    DisposableReactiveObject
    SourceListEx<T>
    Implements
    ISourceListEx<T>
    ISourceList<T>
    IObservableList<T>
    IObservableListEx<T>
    IObservableList<T>
    IEnumerable<T>
    IEnumerable
    IDisposable
    INotifyPropertyChanged
    INotifyCollectionChanged
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: PoeShared.Scaffolding
    Assembly: PoeShared.dll
    Syntax
    public sealed class SourceListEx<T> : DisposableReactiveObject, ISourceListEx<T>, ISourceList<T>, IObservableList<T>, IObservableListEx<T>, IObservableList<T>, IEnumerable<T>, IEnumerable, IDisposable, INotifyPropertyChanged, INotifyCollectionChanged
    Type Parameters
    Name Description
    T

    Constructors

    Name Description
    SourceListEx()
    SourceListEx(ISourceList<T>, IScheduler)
    SourceListEx(IObservable<IChangeSet<T>>)

    Properties

    Name Description
    Collection
    Count
    CountChanged
    Items

    Methods

    Name Description
    Connect(Func<T, bool>)
    Edit(Action<IExtendedList<T>>)
    GetEnumerator()
    Preview(Func<T, bool>)

    Events

    Name Description
    CollectionChanged

    Extension Methods

    ChangeSetExtensions.ToObservableChangeSet<T>(IObservableList<T>)
    ChangeSetExtensions.Concat<T>(ISourceList<T>, params ISourceList<T>[])
    ChangeSetExtensions.Concat<T>(ISourceList<T>, params T[])
    ChangeSetExtensions.EditGet<TItem, T>(ISourceList<TItem>, Func<IExtendedList<TItem>, T>)
    ChangeSetExtensions.ElementAt<T>(ISourceList<T>, int)
    ChangeSetExtensions.MoveItemDown<T>(ISourceList<T>, T)
    ChangeSetExtensions.MoveItemToBottom<T>(ISourceList<T>, T)
    ChangeSetExtensions.MoveItemToTop<T>(ISourceList<T>, T)
    ChangeSetExtensions.MoveItemUp<T>(ISourceList<T>, T)
    DisposableExtensions.AssignTo<T>(T, SerialDisposable)
    NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
    NotifyPropertyChangedExtensions.TryWaitForValue<TObject, T1>(TObject, Expression<Func<TObject, T1>>, Predicate<T1>, TimeSpan)
    NotifyPropertyChangedExtensions.WaitForValueAsync<TObject, T1>(TObject, Expression<Func<TObject, T1>>, Predicate<T1>, TimeSpan)
    NotifyPropertyChangedExtensions.WaitForValue<TObject, T1>(TObject, Expression<Func<TObject, T1>>, Predicate<T1>, TimeSpan)
    NotifyPropertyChangedExtensions.WhenAnyProperty<TObject>(TObject, params string[])
    NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
    NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1, T2>(TObject, Expression<Func<TObject, T1>>, Expression<Func<TObject, T2>>)
    NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1, T2, T3>(TObject, Expression<Func<TObject, T1>>, Expression<Func<TObject, T2>>, Expression<Func<TObject, T3>>)
    NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1, T2, T3, T4>(TObject, Expression<Func<TObject, T1>>, Expression<Func<TObject, T2>>, Expression<Func<TObject, T3>>, Expression<Func<TObject, T4>>)
    NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1, T2, T3, T4, T5>(TObject, Expression<Func<TObject, T1>>, Expression<Func<TObject, T2>>, Expression<Func<TObject, T3>>, Expression<Func<TObject, T4>>, Expression<Func<TObject, T5>>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToJson<T>(T)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue)
    ObjectExtensions.Eval<T, TValue>(T, Func<T, TValue>)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T, Formatting)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int)
    ReactiveObjectExtensions.BindPropertyTo<TSource, TTarget, TSourceProperty, TTargetProperty>(TTarget, Expression<Func<TTarget, TTargetProperty>>, TSource, Expression<Func<TSource, TSourceProperty>>)
    ReactiveObjectExtensions.BindPropertyTo<TSource, TTarget, TSourceProperty, TTargetProperty>(TTarget, Expression<Func<TTarget, TTargetProperty>>, TSource, Expression<Func<TSource, TSourceProperty>>, IScheduler)
    ReactiveObjectExtensions.LinkObjectProperties<TSource, TSourceProperty, TTargetProperty>(TSource, Expression<Func<TSource, TSourceProperty>>, Expression<Func<TSource, TTargetProperty>>)
    ReactiveObjectExtensions.RaiseIfChanged<TSource, TSourceProperty>(TSource, string, TSourceProperty, TSourceProperty)
    ReactiveObjectExtensions.RaiseWhenSourceValue<TSource, TTarget, TSourceProperty, TTargetProperty>(TTarget, Expression<Func<TTarget, TTargetProperty>>, TSource, Expression<Func<TSource, TSourceProperty>>, IScheduler)
    ReactiveObjectExtensions.ToPropertyHelper<TSource, TSourceProperty>(TSource, Expression<Func<TSource, TSourceProperty>>, IObservable<TSourceProperty>, IScheduler)
    ReactiveObjectExtensions.ToProperty<TSource, TSourceProperty>(TSource, Expression<Func<TSource, TSourceProperty>>, IObservable<TSourceProperty>, TSourceProperty, bool, IScheduler)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    ChangeSetExtensions.AsSourceListEx<T>(IEnumerable<T>)
    ChangeSetExtensions.ToSourceList<T>(IEnumerable<T>)
    EnumerableExtensions.AggregateAsync<TSource, TAccumulate>(IEnumerable<TSource>, TAccumulate, Func<TAccumulate, TSource, Task<TAccumulate>>)
    EnumerableExtensions.EmptyIfNull<T>(IEnumerable<T>)
    EnumerableExtensions.ForEachAsync<T>(IEnumerable<T>, Func<T, Task>)
    EnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    EnumerableExtensions.Intersperse<T>(IEnumerable<T>, Func<T, T>)
    EnumerableExtensions.Intersperse<T>(IEnumerable<T>, T)
    EnumerableExtensions.IsEmpty<T>(IEnumerable<T>)
    EnumerableExtensions.IsUnique<T>(IEnumerable<T>)
    EnumerableExtensions.PickRandom<T>(IEnumerable<T>)
    EnumerableExtensions.Randomize<T>(IEnumerable<T>)
    EnumerableExtensions.SelectSafe<T, TResult>(IEnumerable<T>, Func<T, TResult>)
    EnumerableExtensions.SelectSafe<T, TResult>(IEnumerable<T>, Func<T, TResult>, Action<T, Exception>)
    EnumerableExtensions.ToConcurrentDictionary<T, TKey, TValue>(IEnumerable<T>, Func<T, TKey>, Func<T, TValue>)
    EnumerableExtensions.ToConcurrentDictionary<T, TKey, TValue>(IEnumerable<T>, Func<T, TKey>, Func<T, TValue>, IEqualityComparer<TKey>)
    EnumerableExtensions.ToDictionaryWithReplacement<T, TKey, TValue>(IEnumerable<T>, Func<T, TKey>, Func<T, TValue>)
    EnumerableExtensions.ToDictionaryWithThrow<T, TKey, TValue>(IEnumerable<T>, Func<T, TKey>, Func<T, TValue>)
    EnumerableExtensions.ToDictionary<T, TKey, TValue>(IEnumerable<T>, Func<T, TKey>, Func<T, TValue>, Func<(TKey key, TValue existingValue, TValue newValue), TValue>)
    EnumerableExtensions.ToObservableCollection<T>(IEnumerable<T>)
    EnumerableExtensions.ToReadOnlyObservableCollection<T>(IEnumerable<T>)
    EnumerableExtensions.ToVariations<T>(IEnumerable<T>)
    ObjectExtensions.DumpToNamedTable<T>(IEnumerable<T>, string, int, string)
    ObjectExtensions.DumpToNamedTable<T>(IEnumerable<T>, string, string)
    ObjectExtensions.DumpToString<T>(IEnumerable<T>)
    ObjectExtensions.DumpToTable<T>(IEnumerable<T>, int)
    ObjectExtensions.DumpToTable<T>(IEnumerable<T>, string)
    ObjectExtensions.DumpToTable<T>(IEnumerable<T>, string, string, int?)
    ObjectExtensions.ToStringTable<T>(IEnumerable<T>, string)
    DisposableExtensions.ToObservable(IDisposable)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    2025 © Xab3r. All rights reserved.