Search Results for

    Show / Hide Table of Contents

    Class TranslationVotesListParams

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

    Constructors

    | Improve this Doc View Source

    TranslationVotesListParams()

    Declaration
    public TranslationVotesListParams()
    | Improve this Doc View Source

    TranslationVotesListParams(Nullable<Int32>, Nullable<String>, Nullable<Int32>, Nullable<String>, Nullable<String>, Int32, Int32)

    Declaration
    public TranslationVotesListParams(int? stringId, string? languageId, int? translationId, string? labelIds, string? excludeLabelIds, int limit, int offset)
    Parameters
    Type Name Description
    System.Nullable<System.Int32> stringId
    System.Nullable<System.String> languageId
    System.Nullable<System.Int32> translationId
    System.Nullable<System.String> labelIds
    System.Nullable<System.String> excludeLabelIds
    System.Int32 limit
    System.Int32 offset

    Properties

    | Improve this Doc View Source

    ExcludeLabelIds

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

    LabelIds

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

    StringId

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

    TranslationId

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