Class SortInfo
- Namespace
- Dynamicweb.Indexing.Querying.Sorting
- Assembly
- Dynamicweb.Core.dll
Class containing information about the sort direction for a given field.
- Inheritance
-
Sort
Info
- Implements
- Inherited Members
Properties
Field
Gets or sets the field used for sorting.
Property Value
- string
The field.
SortDirection
Gets or sets the sort direction for the field.
Property Value
- Sort
Direction The sort direction.
Methods
Equals(SortInfo?)
Indicates whether the current object is equal to another object of the same type.
Parameters
other
SortInfo An object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
Returns
- int
A hash code for the current object.