FilterItem Constructor

Filter settings for Grids and other collection constructs.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public FilterItem(
	MemberExpression Accessor,
	ParameterExpression Parameter,
	Object? Value,
	Object? ValueUntil,
	FilterOperator Operator
)

Parameters

Accessor  MemberExpression
Accessor property to filter on
Parameter  ParameterExpression
Parameter expression property from the Accessor
Value  Object
Value to filter on
ValueUntil  Object
Second value, for Range.
Operator  FilterOperator
Type of filter to apply

See Also