FilterItem Class

Filter settings for Grids and other collection constructs.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public sealed class FilterItem : IEquatable<FilterItem>
Inheritance
Object    FilterItem
Implements
IEquatableFilterItem

Constructors

FilterItem Filter settings for Grids and other collection constructs.

Properties

Accessor Name of the property to filter on
Operator Type of filter to apply
Parameter Property the Accessor is bound to.
Value Value to filter on
ValueUntil The second value to filter on, only applied if the Operator is Range

See Also