Search Results for

    Show / Hide Table of Contents

    Class VendorTranslatedTaskCreateForm

    Inheritance
    object
    AddTaskRequest
    VendorTranslatedTaskCreateForm
    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 VendorTranslatedTaskCreateForm : AddTaskRequest

    Properties

    | Edit this page View Source

    BranchIds

    Declaration
    [JsonProperty("branchIds")]
    public ICollection<long>? BranchIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    DateFrom

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

    DateTo

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

    Description

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

    Expertise

    Declaration
    [JsonProperty("expertise")]
    public VendorTranslatedTaskCreateForm.TaskExpertise? Expertise { get; set; }
    Property Value
    Type Description
    VendorTranslatedTaskCreateForm.TaskExpertise?
    | Edit this page View Source

    FileIds

    Declaration
    [JsonProperty("fileIds")]
    public ICollection<long>? FileIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    LabelIds

    Declaration
    [JsonProperty("labelIds")]
    public ICollection<long>? LabelIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    LanguageId

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

    Status

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

    Subject

    Declaration
    [JsonProperty("subject")]
    public VendorTranslatedTaskCreateForm.TaskSubject? Subject { get; set; }
    Property Value
    Type Description
    VendorTranslatedTaskCreateForm.TaskSubject?
    | Edit this page View Source

    Title

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

    Type

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

    Vendor

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