Show / Hide Table of Contents

Class SearchConstants

Constant values for search functionality

Inheritance
object
SearchConstants
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 static class SearchConstants

Fields

| Edit this page View Source

SortDirectionAscending

Sort direction ascending

Declaration
public const string SortDirectionAscending = "ascending"
Field Value
Type Description
string
| Edit this page View Source

SortDirectionDescending

Sort direction descending

Declaration
public const string SortDirectionDescending = "descending"
Field Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com