PersistentObjectFieldSorterCollection Methods |
The PersistentObjectFieldSorterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| And(PersistentObjectFieldSorter) |
Adds a persistent object field sorter to an existing collection.
| |
| And(String, PersistentObjectFieldSortOperator) |
Adds a persistent object field sorter to an existing collection.
| |
| Empty |
Builds an empty collection of persistent object field sorters.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| With(PersistentObjectFieldSorter) |
Adds a persistent object field sorter to an empty collection.
| |
| With(String, PersistentObjectFieldSortOperator) |
Adds a persistent object field sorter to an empty collection.
|