Search Results for

    Show / Hide Table of Contents

    Class SortCriterium

    Inheritance
    System.Object
    SortCriterium
    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 SortCriterium

    Constructors

    SortCriterium()

    Declaration
    public SortCriterium()

    SortCriterium(String, SortDirection)

    Declaration
    public SortCriterium(string fieldName, SortDirection dir)
    Parameters
    Type Name Description
    System.String fieldName
    SortDirection dir

    Properties

    Direction

    Declaration
    public SortDirection Direction { get; set; }
    Property Value
    Type Description
    SortDirection

    FieldName

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type Description
    System.String

    On this page

    • Constructors
      • SortCriterium()
      • SortCriterium(String, SortDirection)
    • Properties
      • Direction
      • FieldName
    Back to top Generated by DocFX