Class QaCheckResource
Inheritance
System.Object
QaCheckResource
Assembly: Crowdin.Api.dll
Syntax
public class QaCheckResource : object
Properties
|
Improve this Doc
View Source
Category
Declaration
public QaCheckIssueCategory Category { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
ValidationDescription
Declaration
public string ValidationDescription { get; set; }
Property Value
Type |
Description |
System.String |
|