Search Results for

    Show / Hide Table of Contents

    Class SortingRule

    Inheritance
    System.Object
    SortingRule
    Namespace: Crowdin.Api
    Assembly: Crowdin.Api.dll
    Syntax
    public class SortingRule : object

    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 SortingOrder? Order { get; set; }
    Property Value
    Type Description
    System.Nullable<SortingOrder>

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX