Search Results for

    Show / Hide Table of Contents

    Class TermsListParams

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

    Constructors

    | Improve this Doc View Source

    TermsListParams()

    Declaration
    public TermsListParams()
    | Improve this Doc View Source

    TermsListParams(Int32, Int32, Nullable<Int32>, Nullable<String>, Nullable<Int32>, Nullable<Int32>, Nullable<String>, Nullable<IEnumerable<SortingRule>>)

    Declaration
    public TermsListParams(int limit, int offset, int? userId, string? languageId, int? translationOfTermId, int? conceptId, string? croql, IEnumerable<SortingRule>? orderBy)
    Parameters
    Type Name Description
    System.Int32 limit
    System.Int32 offset
    System.Nullable<System.Int32> userId
    System.Nullable<System.String> languageId
    System.Nullable<System.Int32> translationOfTermId
    System.Nullable<System.Int32> conceptId
    System.Nullable<System.String> croql
    System.Nullable<IEnumerable<SortingRule>> orderBy

    Properties

    | Improve this Doc View Source

    ConceptId

    Declaration
    public int? ConceptId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    CroQL

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

    LanguageId

    Declaration
    public string? LanguageId { get; set; }
    Property Value
    Type Description
    System.Nullable<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

    TranslationOfTermId

    Declaration
    public int? TranslationOfTermId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    UserId

    Declaration
    public int? UserId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    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