ComponentOne Xamarin Edition
FilterUnaryExpression Constructor
C1.CollectionView Assembly > C1.CollectionView Namespace > FilterUnaryExpression Class : FilterUnaryExpression Constructor
The path of the data item to which the filter will be applied.
The filter operation.
The value to be filtered.
Initializes a new instance of the FilterUnaryExpression<T> class.
Syntax
public FilterUnaryExpression( 
   string filterPath,
   FilterOperation filterOperation,
   object value
)

Parameters

filterPath
The path of the data item to which the filter will be applied.
filterOperation
The filter operation.
value
The value to be filtered.
See Also

Reference

FilterUnaryExpression Class
FilterUnaryExpression Members