Search Results for

    Show / Hide Table of Contents

    Class StringsListParams

    Inheritance
    object
    StringsListParams
    Implements
    IQueryParamsProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.SourceStrings
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class StringsListParams : IQueryParamsProvider

    Constructors

    | Edit this page View Source

    StringsListParams()

    Declaration
    public StringsListParams()
    | Edit this page View Source

    StringsListParams(int?, string?, long?, long?, long?, long?, string?, string?, StringScope?, int, int, IEnumerable<SortingRule>?)

    Declaration
    public StringsListParams(int? denormalizePlaceholders, string? labelIds, long? fileId, long? branchId, long? directoryId, long? taskId, string? croql, string? filter, StringScope? scope, int limit, int offset, IEnumerable<SortingRule>? orderBy = null)
    Parameters
    Type Name Description
    int? denormalizePlaceholders
    string labelIds
    long? fileId
    long? branchId
    long? directoryId
    long? taskId
    string croql
    string filter
    StringScope? scope
    int limit
    int offset
    IEnumerable<SortingRule> orderBy

    Properties

    | Edit this page View Source

    BranchId

    Declaration
    public long? BranchId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    CroQL

    Declaration
    public string? CroQL { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DenormalizePlaceholders

    Declaration
    public int? DenormalizePlaceholders { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    DirectoryId

    Declaration
    public long? DirectoryId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    FileId

    Declaration
    public long? FileId { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    Filter

    Declaration
    public string? Filter { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LabelIds

    Declaration
    public string? LabelIds { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Limit

    Declaration
    public int Limit { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    OrderBy

    Declaration
    public IEnumerable<SortingRule>? OrderBy { get; set; }
    Property Value
    Type Description
    IEnumerable<SortingRule>
    | Edit this page View Source

    Scope

    Declaration
    public StringScope? Scope { get; set; }
    Property Value
    Type Description
    StringScope?
    | Edit this page View Source

    TaskId

    Declaration
    public long? TaskId { get; set; }
    Property Value
    Type Description
    long?

    Methods

    | Edit this page View Source

    ToQueryParams()

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

    Implements

    IQueryParamsProvider
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX