Search Results for

    Show / Hide Table of Contents

    Class QaCheckResource

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

    Properties

    | Edit this page View Source

    Category

    Declaration
    [JsonProperty("category")]
    public QaCheckIssueCategory Category { get; set; }
    Property Value
    Type Description
    QaCheckIssueCategory
    | Edit this page View Source

    CategoryDescription

    Declaration
    [JsonProperty("categoryDescription")]
    public string CategoryDescription { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    LanguageId

    Declaration
    [JsonProperty("languageId")]
    public string LanguageId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PluralId

    Declaration
    [JsonProperty("pluralId")]
    public long PluralId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    StringId

    Declaration
    [JsonProperty("stringId")]
    public long StringId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Text

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Validation

    Declaration
    [JsonProperty("validation")]
    public QaCheckIssueValidationType Validation { get; set; }
    Property Value
    Type Description
    QaCheckIssueValidationType
    | Edit this page View Source

    ValidationDescription

    Declaration
    [JsonProperty("validationDescription")]
    public string ValidationDescription { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX