Search Results for

    Show / Hide Table of Contents

    Class QaCheckCategories

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

    Properties

    | Edit this page View Source

    Android

    Declaration
    [JsonProperty("android")]
    public bool? Android { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Duplicate

    Declaration
    [JsonProperty("duplicate")]
    public bool? Duplicate { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Empty

    Declaration
    [JsonProperty("empty")]
    public bool? Empty { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Ftl

    Declaration
    [JsonProperty("ftl")]
    public bool? Ftl { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Icu

    Declaration
    [JsonProperty("icu")]
    public bool? Icu { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Punctuation

    Declaration
    [JsonProperty("punctuation")]
    public bool? Punctuation { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Size

    Declaration
    [JsonProperty("size")]
    public bool? Size { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Spaces

    Declaration
    [JsonProperty("spaces")]
    public bool? Spaces { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SpecialSymbols

    Declaration
    [JsonProperty("specialSymbols")]
    public bool? SpecialSymbols { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SpellCheck

    Declaration
    [JsonProperty("spellcheck")]
    public bool? SpellCheck { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SymbolRegister

    Declaration
    [JsonProperty("symbolRegister")]
    public bool? SymbolRegister { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Tags

    Declaration
    [JsonProperty("tags")]
    public bool? Tags { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Terms

    Declaration
    [JsonProperty("terms")]
    public bool? Terms { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Variables

    Declaration
    [JsonProperty("variables")]
    public bool? Variables { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    WrongTranslation

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