Search Results for

    Show / Hide Table of Contents

    Class LanguageProgressResource

    Inheritance
    System.Object
    LanguageProgressResource
    Namespace: Crowdin.Api.TranslationStatus
    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
    Type Description
    ProgressResourceStatus
    | 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
    Type Description
    ProgressResourceStatus
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX