Version

Evaluate Method (LiteralFilterExpression)

Evaluates the expression for the provided item.
Syntax
public override object Evaluate( 
   object item,
   IDataSourceDataProvider dataProvider,
   IDataSourceSchema schema
)

Parameters

item
The item for which to evaluate.
dataProvider
The data provider for the item.
schema
The schema to use for the item.

Return Value

The evaluated value.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also