Search Results for

    Show / Hide Table of Contents

    Class QaCheckCategories

    Inheritance
    System.Object
    QaCheckCategories
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class QaCheckCategories : object

    Properties

    | Improve this Doc View Source

    Android

    Declaration
    public bool? Android { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Duplicate

    Declaration
    public bool? Duplicate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Empty

    Declaration
    public bool? Empty { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Ftl

    Declaration
    public bool? Ftl { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Icu

    Declaration
    public bool? Icu { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Punctuation

    Declaration
    public bool? Punctuation { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Size

    Declaration
    public bool? Size { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Spaces

    Declaration
    public bool? Spaces { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    SpecialSymbols

    Declaration
    public bool? SpecialSymbols { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    SpellCheck

    Declaration
    public bool? SpellCheck { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    SymbolRegister

    Declaration
    public bool? SymbolRegister { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Tags

    Declaration
    public bool? Tags { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Terms

    Declaration
    public bool? Terms { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Variables

    Declaration
    public bool? Variables { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    WrongTranslation

    Declaration
    public bool? WrongTranslation { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX