The Filter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | As<T> |
Returns the filter implementation as specified type.
|
![]() | ForEachNodeInSubTree<TNode> |
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. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasPropertyValue | Checks if there is a valid value for a specified property. |
![]() | Reset |
Resets the filter. After calling this method, the filter does not
filter out any rows.
|
![]() | ToString |
Returns a String that represents the current Object.
(Overrides Object.ToString().) |
Explicit Interface Implementations
See Also