[]
Represents a client view filtered by a filter key function, an operator and a filter key value.
public class FilteredView<T> : ClientView<T>, IList, ICollection, IDisposable, IListSource, ITypedList, IItemProperties, IEditableCollectionView, IList<T>, ICollection<T>, IObservableSource<T>, IIndexedSource<T>, IEnumerable<T>, ICollectionView, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Name | Description |
---|---|
T | The type of the entities in this client view. |
Filtering is performed on the server.
Name | Description |
---|---|
Unfiltered | A special value indicating that filtering must not be performed. To disable filtering, assign the value of this field to the FilterKey property. |
Name | Description |
---|---|
FilterKey | Gets or sets a value that is used to filter items by comparing this value to the result of the filter key function applied to an item. |
FilterKeyType | Gets the filter key type. It is determined by the filter key function. |
Operator | Gets a FilterOperator used to compare filter keys. |
Name | Description |
---|---|
BindFilterKey(object, string) | Binds the FilterKey property to a given |
BindFilterKey(Binding) | Binds the FilterKey property using the specified Binding object. |