ComponentOne Xamarin Edition
FilterAsync<T> Method (C1CollectionViewEx)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewEx Class : FilterAsync<T> Method
The collection view.
The path of the data item to which the filter will be applied.
The filter operation.
The value used in the expression.
Filters the data using specified filter parameters.
Syntax
[AsyncStateMachine(C1.CollectionView.C1CollectionViewEx+d__1`1[T])] 
[Extension()] 
public static Task FilterAsync<T>( 
   C1CollectionView<T> collectionView, 
   Expression<Func<T,object>> filterPath, 
   FilterOperation filterOperation, 
   object value 
) 
where T: class

Parameters

collectionView
The collection view.
filterPath
The path of the data item to which the filter will be applied.
filterOperation
The filter operation.
value
The value used in the expression.

Type Parameters

T
See Also

Reference

C1CollectionViewEx Class
C1CollectionViewEx Members