Search Results for

    Show / Hide Table of Contents

    Class TaskCost

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

    Properties

    | Edit this page View Source

    Cost

    Declaration
    [JsonProperty("cost")]
    public float Cost { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Currency

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

    Date

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