ComponentOne Xamarin.Android
FilterOperationExpression Constructor


C1.CollectionView Assembly > C1.CollectionView Namespace > FilterOperationExpression Class : FilterOperationExpression 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 class.
Syntax
'Declaration
 
Public Function New( _
   ByVal filterPath As String, _
   ByVal filterOperation As FilterOperation, _
   ByVal value As Object _
)
'Usage
 
Dim filterPath As String
Dim filterOperation As FilterOperation
Dim value As Object
 
Dim instance As New FilterOperationExpression(filterPath, filterOperation, value)
public FilterOperationExpression( 
   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

FilterOperationExpression Class
FilterOperationExpression Members