Group
Show / Hide Table of Contents

Class ResultSorting

Inheritance
System.Object
ResultSorting
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.MatchV2.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ResultSorting

Properties

| Improve this Doc View Source

Field

Declaration
public string Field { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Order

Declaration
public SortOrder Order { get; set; }
Property Value
Type Description
SortOrder
| Improve this Doc View Source

OrderSpecified

Declaration
public bool OrderSpecified { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ReferenceLocation

Declaration
public string ReferenceLocation { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SubSorting

Declaration
public ResultSorting SubSorting { get; set; }
Property Value
Type Description
ResultSorting
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾