Search Results for

    Show / Hide Table of Contents

    Class StringsOnTheWorkflowStepListParams

    Inheritance
    System.Object
    StringsOnTheWorkflowStepListParams
    Implements
    IQueryParamsProvider
    Namespace: Crowdin.Api.Workflows
    Assembly: Crowdin.Api.dll
    Syntax
    public class StringsOnTheWorkflowStepListParams : object, IQueryParamsProvider

    Properties

    | Improve this Doc View Source

    LanguageIds

    Declaration
    public IEnumerable<string>? LanguageIds { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<System.String>>
    | Improve this Doc View Source

    Limit

    Declaration
    public int Limit { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OrderBy

    Declaration
    public IEnumerable<SortingRule>? OrderBy { get; set; }
    Property Value
    Type Description
    System.Nullable<IEnumerable<SortingRule>>
    | Improve this Doc View Source

    Status

    Declaration
    public WorkflowStatus? Status { get; set; }
    Property Value
    Type Description
    System.Nullable<WorkflowStatus>

    Methods

    | Improve this Doc View Source

    ToQueryParams()

    Declaration
    public IDictionary<string, string> ToQueryParams()
    Returns
    Type Description
    IDictionary<System.String, System.String>

    Implements

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