[]
Initializes a new instance of the FilterUnaryExpression<T> class.
public FilterUnaryExpression(string filterPath, FilterOperation filterOperation, object value)
Type | Name | Description |
---|---|---|
string | filterPath | The path of the data item to which the filter will be applied. |
FilterOperation | filterOperation | The filter operation. |
object | value | The value to be filtered. |