The FilteringScheme type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AutoConfigureFilterCollections |
Gets or sets a value indicating whether to auto configure filter collections.
|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | Count |
Gets the number of elements contained in this instance.
(Inherited from DocumentNodeListBase<T>.) |
![]() | DefaultFilterCollection |
Gets the default filter collection.
|
![]() | FilteringSelectionReference |
Gets the filtering selection.
|
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | Item[Int32] |
Gets or sets the element at the specified index.
(Inherited from DocumentNodeList<T>.) |
![]() | Item[DataTable] |
Gets the FilterCollection for the specified data table.
|
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ICollection<T>.Count |
Gets the number of elements contained in the ICollection<T>.
(Inherited from DocumentNodeList<T>.) |
![]() ![]() | ICollection<T>.IsReadOnly |
Gets a value indicating whether the ICollection<T> is read-only.
(Inherited from DocumentNodeList<T>.) |
See Also