FilterItem Class

Filter settings for Grids and other collection constructs.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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