Search Results for

    Show / Hide Table of Contents

    Class ProgressResource

    Inheritance
    System.Object
    ProgressResource
    FileProgressResource
    Namespace: Crowdin.Api.TranslationStatus
    Assembly: Crowdin.Api.dll
    Syntax
    public class ProgressResource : 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

    LanguageId

    Declaration
    public string LanguageId { get; set; }
    Property Value
    Type Description
    System.String
    | 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