Xuni Product Documentation - Xamarin.Forms
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 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterUnaryExpression Class
FilterUnaryExpression Members