Search Results for

    Show / Hide Table of Contents

    Class SortSpecification

    Inheritance
    System.Object
    SortSpecification
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class SortSpecification

    Constructors

    SortSpecification()

    Declaration
    public SortSpecification()

    SortSpecification(String)

    Declaration
    public SortSpecification(string sortSpecification)
    Parameters
    Type Name Description
    System.String sortSpecification

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    System.Int32

    Criteria

    Declaration
    public List<SortCriterium> Criteria { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<SortCriterium>

    Item[Int32]

    Declaration
    public SortCriterium this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    SortCriterium

    Methods

    Add(SortCriterium)

    Declaration
    public void Add(SortCriterium sc)
    Parameters
    Type Name Description
    SortCriterium sc

    On this page

    • Constructors
      • SortSpecification()
      • SortSpecification(String)
    • Properties
      • Count
      • Criteria
      • Item[Int32]
    • Methods
      • Add(SortCriterium)
    Back to top Generated by DocFX