Search Results for

    Show / Hide Table of Contents

    Class QaCheckResource

    Inheritance
    System.Object
    QaCheckResource
    Namespace: Crowdin.Api.TranslationStatus
    Assembly: Crowdin.Api.dll
    Syntax
    public class QaCheckResource : object

    Properties

    | Improve this Doc View Source

    Category

    Declaration
    public QaCheckIssueCategory Category { get; set; }
    Property Value
    Type Description
    QaCheckIssueCategory
    | Improve this Doc View Source

    CategoryDescription

    Declaration
    public string CategoryDescription { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LanguageId

    Declaration
    public string LanguageId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PluralId

    Declaration
    public int PluralId { 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.Int32
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Validation

    Declaration
    public QaCheckIssueValidationType Validation { get; set; }
    Property Value
    Type Description
    QaCheckIssueValidationType
    | Improve this Doc View Source

    ValidationDescription

    Declaration
    public string ValidationDescription { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX