Search Results for

    Show / Hide Table of Contents

    Class PreTranslation

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

    Properties

    | Edit this page View Source

    Attributes

    Declaration
    [JsonProperty("attributes")]
    public PreTranslateAttributes Attributes { get; set; }
    Property Value
    Type Description
    PreTranslateAttributes
    | Edit this page View Source

    CreatedAt

    Declaration
    [JsonProperty("createdAt")]
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    FinishedAt

    Declaration
    [JsonProperty("finishedAt")]
    public DateTimeOffset? FinishedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    Identifier

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

    Progress

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

    StartedAt

    Declaration
    [JsonProperty("startedAt")]
    public DateTimeOffset? StartedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset?
    | Edit this page View Source

    Status

    Declaration
    [JsonProperty("status")]
    public BuildStatus Status { get; set; }
    Property Value
    Type Description
    BuildStatus
    | Edit this page View Source

    UpdatedAt

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