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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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