Show / Hide Table of Contents

Class SortBy

Defines a sorting rule for a property or column in a search result

Inheritance
object
SortBy
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public class SortBy

Properties

| Edit this page View Source

Direction

Direction to sort the property by -- ascending or descending

Declaration
public string Direction { get; set; }
Property Value
Type Description
string
| Edit this page View Source

PropertyName

Property name or column name to sort by

Declaration
public string PropertyName { 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