Search Results for

    Show / Hide Table of Contents

    Class ProgressResourceStatus

    Inheritance
    object
    ProgressResourceStatus
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.TranslationStatus
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class ProgressResourceStatus

    Properties

    | Edit this page View Source

    Approved

    Declaration
    [JsonProperty("approved")]
    public int Approved { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    PreTranslateAppliedTo

    Declaration
    [JsonProperty("preTranslateAppliedTo")]
    public int PreTranslateAppliedTo { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Total

    Declaration
    [JsonProperty("total")]
    public int Total { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Translated

    Declaration
    [JsonProperty("translated")]
    public int Translated { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX