Search Results for

    Show / Hide Table of Contents

    Class EnterprisePendingTaskCreateForm

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

    Properties

    | Improve this Doc View Source

    AssignedTeams

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

    Assignees

    Declaration
    public ICollection<TaskAssigneeForm>? Assignees { get; set; }
    Property Value
    Type Description
    System.Nullable<ICollection<TaskAssigneeForm>>
    | 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
    In This Article
    Back to top Generated by DocFX