| FilterDescriptor Class |
Namespace: Kettic.AspNet.Data
The FilterDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
| FilterDescriptor |
Initializes a new instance of the FilterDescriptor class.
| |
| FilterDescriptor(String, FilterOperator, Object) |
Initializes a new instance of the FilterDescriptor class.
| |
| FilterDescriptor(String, FilterOperator, Object, Boolean) |
Initializes a new instance of the FilterDescriptor class.
|
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified obj
is equal to the current descriptor.
(Overrides ObjectEquals(Object).) | |
| Equals(FilterDescriptor) |
Determines whether the specified other descriptor
is equal to the current one.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
| ToString |
Returns a String that represents the current FilterDescriptor.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| IsCaseSensitive |
Gets or sets a value indicating whether this filter descriptor is case sensitvive.
| |
| Member |
Gets or sets the member name which will be used for filtering.
| |
| MemberType |
Gets or sets the type of the member that is used for filtering.
Set this property if the member type cannot be resolved automatically.
Such cases are: items with ICustomTypeDescriptor, XmlNode or DataRow.
Changing this property does not raise
PropertyChanged event.
| |
| Operator |
Gets or sets the filter operator.
| |
| Value |
Gets or sets the target filter value.
|