QueryResultOrder Class |
Namespace: Dynamicweb.Analytics.Queries
The QueryResultOrder type exposes the following members.
Name | Description | |
---|---|---|
QueryResultOrder |
Initializes a new instance of an object.
| |
QueryResultOrder(QueryField, QueryResultDirection) |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
Direction |
Gets or sets the order by direction.
| |
Field |
Gets or sets the order by field.
|
Name | Description | |
---|---|---|
Ascending |
Creates a new ascending result order.
| |
CompareTo |
Compares the current object with specified one.
| |
Descending |
Creates a new descending result order.
| |
Equals |
Compares the current object with specified one.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Returns a hash code of the current object.
(Overrides ObjectGetHashCode.) | |
ToString |
Returns a string representation of the current object.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
IComparableCompareTo |
Compares the current object with specified one.
|