Overload | Description |
---|---|
FilterExpression Constructor(String,FilterOperator,Object) | Initializes a new instance of the FilterExpression class specifying the name of the member by whose values the items are to be filtered, the filter operator to use, as well as the filter value. |
FilterExpression Constructor(String,FilterOperator,String,Nullable<Boolean>) | Initializes a new instance of the FilterExpression class specifying the name of the member by whose values the items are to be filtered, the filter operator, the string filter value, as well as indicating whether the filter value is case sensitive. |
FilterExpression Constructor(String,FilterOperator,DateTime,Nullable<Boolean>) | Initializes a new instance of the FilterExpression class specifying the name of the member by whose values the items are to be filtered, the filter operator, the date-time filter value, as well as indicating whether the time portion of the value should be considered. |
FilterExpression Constructor() | Initializes a new instance of the FilterExpression class. This constructor can only be used when declaring a FilterExpression in XAML. |