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

Extension Methods

ObjectAssertExtensions.ShouldBeNull<T>(T?, string)
ObjectAssertExtensions.ShouldBeSameAs<T>(T, T, string)
ObjectAssertExtensions.ShouldEqual<T>(T, T, string)
ObjectAssertExtensions.ShouldNotBeNull<T>(T?, string)
ObjectAssertExtensions.ShouldNotBeSameAs<T>(T, T, string)
ObjectAssertExtensions.ShouldNotEqual<T>(T, T, string)
ObjectAssertExtensions.ShouldBeOfType<T>(object?, string)
ObjectAssertExtensions.ShouldNotBeOfType<T>(object?, string)
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com