Interface ISortableResult
Represents the sorting status of a result set that allows sorting by single property value.
Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public interface ISortableResult
Properties
| Improve this Doc View SourceCurrentSortDirection
Is the direction of the sort ascending or descending? The acceptable values are defined in SearchConstants.
Declaration
string CurrentSortDirection { get; set; }
Property Value
Type | Description |
---|---|
string |
CurrentSortProperty
The property being used as the sort value.
Declaration
string CurrentSortProperty { get; set; }
Property Value
Type | Description |
---|---|
string |