Show / Hide Table of Contents

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

| Edit this page View Source

CurrentSortDirection

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
| Edit this page View Source

CurrentSortProperty

The property being used as the sort value.

Declaration
string CurrentSortProperty { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com