Search Results for

    Show / Hide Table of Contents

    Class LanguageProgressResource

    Inheritance
    object
    LanguageProgressResource
    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 LanguageProgressResource

    Properties

    | Edit this page View Source

    ApprovalProgress

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

    Etag

    Declaration
    [JsonProperty("eTag")]
    public string Etag { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FileId

    Declaration
    [JsonProperty("fileId")]
    public long FileId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Phrases

    Declaration
    [JsonProperty("phrases")]
    public ProgressResourceStatus Phrases { get; set; }
    Property Value
    Type Description
    ProgressResourceStatus
    | Edit this page View Source

    TranslationProgress

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

    Words

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