Class QaCheckCategories
Inheritance
QaCheckCategories
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
|
Edit this page
View Source
Duplicate
Declaration
[JsonProperty("duplicate")]
public bool? Duplicate { get; set; }
Property Value
|
Edit this page
View Source
Empty
Declaration
[JsonProperty("empty")]
public bool? Empty { get; set; }
Property Value
|
Edit this page
View Source
Ftl
Declaration
[JsonProperty("ftl")]
public bool? Ftl { get; set; }
Property Value
|
Edit this page
View Source
Icu
Declaration
[JsonProperty("icu")]
public bool? Icu { get; set; }
Property Value
|
Edit this page
View Source
Punctuation
Declaration
[JsonProperty("punctuation")]
public bool? Punctuation { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
[JsonProperty("size")]
public bool? Size { get; set; }
Property Value
|
Edit this page
View Source
Spaces
Declaration
[JsonProperty("spaces")]
public bool? Spaces { get; set; }
Property Value
|
Edit this page
View Source
SpecialSymbols
Declaration
[JsonProperty("specialSymbols")]
public bool? SpecialSymbols { get; set; }
Property Value
|
Edit this page
View Source
SpellCheck
Declaration
[JsonProperty("spellcheck")]
public bool? SpellCheck { get; set; }
Property Value
|
Edit this page
View Source
SymbolRegister
Declaration
[JsonProperty("symbolRegister")]
public bool? SymbolRegister { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("tags")]
public bool? Tags { get; set; }
Property Value
|
Edit this page
View Source
Terms
Declaration
[JsonProperty("terms")]
public bool? Terms { get; set; }
Property Value
|
Edit this page
View Source
Variables
Declaration
[JsonProperty("variables")]
public bool? Variables { get; set; }
Property Value
|
Edit this page
View Source
WrongTranslation
Declaration
[JsonProperty("wrongTranslation")]
public bool? WrongTranslation { get; set; }
Property Value