Search Results for

    Show / Hide Table of Contents

    Class TranslationVotesListParams

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

    Constructors

    | Edit this page View Source

    TranslationVotesListParams()

    Declaration
    public TranslationVotesListParams()
    | Edit this page View Source

    TranslationVotesListParams(long?, string?, long?, string?, string?, int, int)

    Declaration
    public TranslationVotesListParams(long? stringId, string? languageId, long? translationId, string? labelIds, string? excludeLabelIds, int limit, int offset)
    Parameters
    Type Name Description
    long? stringId
    string languageId
    long? translationId
    string labelIds
    string excludeLabelIds
    int limit
    int offset

    Properties

    | Edit this page View Source

    ExcludeLabelIds

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

    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

    StringId

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

    TranslationId

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