FilterDescription Class Members
In This Topic
The following tables list the members exposed by FilterDescription.
Public Constructors
Public Properties
| | Name | Description |
 | Converter | Get or sets the Converter of the property Name to be filtered. |
 | Format | Get or sets the Format of the property Name to be filtered. |
 | PropertyName | Gets or sets the property name being used as the filtering criteria. |
 | State | Gets or sets the current state of this filter description. |
Top
Public Methods
| | Name | Description |
 | GetExpression<T> | Returns an expression tree representing the current state of this filter description. The expression tree can be used to execute the filter against an Ado net Data Service source. |
 | GetPredicate<T> | Returns a predicate representing the current state of this filter description. This predicate can be used to execute the filter against a Linq source. |
Top
See Also