Search Results for

    Show / Hide Table of Contents

    Class TaskCreateForm

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

    Properties

    | Edit this page View Source

    Assignees

    Declaration
    [JsonProperty("assignees")]
    public ICollection<TaskAssigneeForm>? Assignees { get; set; }
    Property Value
    Type Description
    ICollection<TaskAssigneeForm>
    | 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

    DeadLine

    Declaration
    [JsonProperty("deadline")]
    public DateTimeOffset? DeadLine { 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

    ExcludeLabelIds

    Declaration
    [JsonProperty("excludeLabelIds")]
    public ICollection<long>? ExcludeLabelIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | 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

    IncludePreTranslatedStringsOnly

    Declaration
    [JsonProperty("includePreTranslatedStringsOnly")]
    public bool? IncludePreTranslatedStringsOnly { get; set; }
    Property Value
    Type Description
    bool?
    | 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

    SkipAssignedStrings

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

    SkipUntranslatedStrings

    Declaration
    [JsonProperty("skipUntranslatedStrings")]
    [Obsolete("This property is deprecated, please avoid using it")]
    public bool? SkipUntranslatedStrings { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SplitFiles

    Declaration
    [JsonProperty("splitFiles")]
    [Obsolete("Use splitContent instead")]
    public bool? SplitFiles { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Status

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

    StringIds

    Declaration
    [JsonProperty("stringIds")]
    public ICollection<long>? StringIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | 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
    In this article
    Back to top Generated by DocFX