ComponentOne CollectionView
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.

In This Topic
    FilterUnaryExpression Constructor
    In This Topic
    Initializes a new instance of the FilterUnaryExpression<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal filterPath As System.String, _
       ByVal filterOperation As FilterOperation, _
       ByVal value As System.Object _
    )
    public FilterUnaryExpression( 
       System.string filterPath,
       FilterOperation filterOperation,
       System.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