Class LanguageProgressResource
Inheritance
System.Object
LanguageProgressResource
Assembly: Crowdin.Api.dll
Syntax
public class LanguageProgressResource : object
Properties
|
Improve this Doc
View Source
ApprovalProgress
Declaration
public int ApprovalProgress { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Etag
Declaration
public string Etag { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FileId
Declaration
public int FileId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Phrases
Declaration
public ProgressResourceStatus Phrases { get; set; }
Property Value
|
Improve this Doc
View Source
TranslationProgress
Declaration
public int TranslationProgress { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Words
Declaration
public ProgressResourceStatus Words { get; set; }
Property Value