Class
FilteredCollection<T>

A filtered collection other objects can implement

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Type Parameters:

T

Syntax:

cs-api-definition
public abstract class FilteredCollection<T> : List<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable

Inheritance: objectList<T>FilteredCollection<T>

Derived Classes: RunResultsCollectionTestCollection

Implements: ICollectionICollection<T>IEnumerableIEnumerable<T>IListIList<T>IReadOnlyCollection<T>IReadOnlyList<T>

Inherited Members List<T>.Add(T)List<T>.AddRange(IEnumerable<T>)List<T>.AsReadOnly()List<T>.BinarySearch(int, int, T, IComparer<T>)List<T>.BinarySearch(T)List<T>.BinarySearch(T, IComparer<T>)List<T>.Clear()List<T>.Contains(T)List<T>.ConvertAll<TOutput>(Converter<T, TOutput>)List<T>.CopyTo(T[])List<T>.CopyTo(int, T[], int, int)List<T>.CopyTo(T[], int)List<T>.Exists(Predicate<T>)List<T>.Find(Predicate<T>)List<T>.FindAll(Predicate<T>)List<T>.FindIndex(Predicate<T>)List<T>.FindIndex(int, Predicate<T>)List<T>.FindIndex(int, int, Predicate<T>)List<T>.FindLast(Predicate<T>)List<T>.FindLastIndex(Predicate<T>)List<T>.FindLastIndex(int, Predicate<T>)List<T>.FindLastIndex(int, int, Predicate<T>)List<T>.ForEach(Action<T>)List<T>.GetEnumerator()List<T>.GetRange(int, int)List<T>.IndexOf(T)List<T>.IndexOf(T, int)List<T>.IndexOf(T, int, int)List<T>.Insert(int, T)List<T>.InsertRange(int, IEnumerable<T>)List<T>.LastIndexOf(T)List<T>.LastIndexOf(T, int)List<T>.LastIndexOf(T, int, int)List<T>.Remove(T)List<T>.RemoveAll(Predicate<T>)List<T>.RemoveAt(int)List<T>.RemoveRange(int, int)List<T>.Reverse()List<T>.Reverse(int, int)List<T>.Sort()List<T>.Sort(IComparer<T>)List<T>.Sort(int, int, IComparer<T>)List<T>.Sort(Comparison<T>)List<T>.ToArray()List<T>.TrimExcess()List<T>.TrueForAll(Predicate<T>)List<T>.CapacityList<T>.CountList<T>.this[int]

Constructors

FilteredCollection(IEnumerable<T>)

Declaration

cs-api-definition
public FilteredCollection(IEnumerable<T> list)

Parameters

list

IEnumerable<T>

Methods

GetObjectList(Filter)

Declaration

cs-api-definition
public abstract List<T> GetObjectList(Filter filter)

Parameters

filter

Filter

Returns

List<T>