Search Results for

    Show / Hide Table of Contents

    Class ProgressResourceStatus

    Inheritance
    System.Object
    ProgressResourceStatus
    Namespace: Crowdin.Api.TranslationStatus
    Assembly: Crowdin.Api.dll
    Syntax
    public class ProgressResourceStatus : object

    Properties

    | Improve this Doc View Source

    Approved

    Declaration
    public int Approved { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PreTranslateAppliedTo

    Declaration
    public int PreTranslateAppliedTo { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Total

    Declaration
    public int Total { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Translated

    Declaration
    public int Translated { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX