The TextFilter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetPropertyValue | Gets the value of a specified property. (Inherited from ColumnFilter.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasPropertyValue |
Checks if there is a valid value for a specified property.
(Inherited from ColumnFilter.) | |
| Reset |
Resets the filter to include all values.
(Overrides FilterBaseReset.) | |
| ToString |
Gets a text representation of this filter.
(Overrides ObjectToString.) |
Explicit Interface Implementations
See Also