Search Results for

    Show / Hide Table of Contents

    Class TermsListParams

    Inheritance
    object
    TermsListParams
    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.Glossaries
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class TermsListParams : IQueryParamsProvider

    Constructors

    | Edit this page View Source

    TermsListParams()

    Declaration
    public TermsListParams()
    | Edit this page View Source

    TermsListParams(int, int, long?, string?, long?, long?, string?, IEnumerable<SortingRule>?)

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

    Properties

    | Edit this page View Source

    ConceptId

    Declaration
    public long? ConceptId { 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

    LanguageId

    Declaration
    public string? LanguageId { 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

    TranslationOfTermId

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

    UserId

    Declaration
    public long? UserId { 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