Search Results for

    Show / Hide Table of Contents

    Class LanguageServicePendingTaskCreateForm

    Inheritance
    System.Object
    AddTaskRequest
    LanguageServicePendingTaskCreateForm
    Namespace: Crowdin.Api.Tasks
    Assembly: Crowdin.Api.dll
    Syntax
    public class LanguageServicePendingTaskCreateForm : AddTaskRequest

    Properties

    | Improve this Doc View Source

    DeadLine

    Declaration
    public DateTimeOffset? DeadLine { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    | Improve this Doc View Source

    Description

    Declaration
    public string? Description { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    PrecedingTaskId

    Declaration
    public int PrecedingTaskId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    Declaration
    public TaskType Type { get; set; }
    Property Value
    Type Description
    TaskType
    | Improve this Doc View Source

    Vendor

    Declaration
    public TaskVendor Vendor { get; set; }
    Property Value
    Type Description
    TaskVendor
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX