Search Results for

    Show / Hide Table of Contents

    Class TaskResource

    Inheritance
    System.Object
    TaskResource
    Namespace: Crowdin.Api.Tasks
    Assembly: Crowdin.Api.dll
    Syntax
    public class TaskResource : object

    Properties

    | Improve this Doc View Source

    AssignedTeams

    Declaration
    public TaskAssignedTeam[] AssignedTeams { get; set; }
    Property Value
    Type Description
    TaskAssignedTeam[]
    | Improve this Doc View Source

    Assignees

    Declaration
    public TaskAssignee[] Assignees { get; set; }
    Property Value
    Type Description
    TaskAssignee[]
    | Improve this Doc View Source

    BuyUrl

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

    CommentsCount

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

    CreatedAt

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

    CreatorId

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

    DeadLine

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

    Description

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

    FileIds

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

    FilesCount

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

    Hash

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

    Id

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

    IsArchived

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

    Progress

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

    ProjectId

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

    SourceLanguageId

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

    Status

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

    TargetLanguageId

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

    TimeRange

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

    Title

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

    TranslateProgress

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

    TranslationUrl

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

    Type

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

    UpdatedAt

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

    Vendor

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

    WordsCount

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

    WorkFlowStepId

    Declaration
    public int WorkFlowStepId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX