Show / Hide Table of Contents

Class SortDirection

Enum representing the sort direction for records.

Inheritance
System.Object
Enum
ValueEnum
SortDirection
Implements
IEnum
Inherited Members
ValueEnum.ToString()
ValueEnum.FromValue<T>(Object)
ValueEnum.Equals(Nullable<Object>)
ValueEnum.GetHashCode()
Enum.CompareTo(Nullable<Object>)
Enum.GetAll<T>()
Namespace: EasyPost.Models.API
Assembly: EasyPost.dll
Syntax
public class SortDirection : ValueEnum, IEnum

Fields

| Improve this Doc View Source

Ascending

Ascending sort direction.

Declaration
public static readonly SortDirection Ascending
Field Value
Type Description
SortDirection
| Improve this Doc View Source

Descending

Descending sort direction.

Declaration
public static readonly SortDirection Descending
Field Value
Type Description
SortDirection

Implements

IEnum
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX