Search Results for

    Show / Hide Table of Contents

    Class VendorOhtTaskCreateForm

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

    Properties

    | Improve this Doc View Source

    BranchIds

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

    DateFrom

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

    DateTo

    Declaration
    public DateTimeOffset? DateTo { 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

    Expertise

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

    FileIds

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

    IncludePreTranslatedStringsOnly

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

    IncludeUntranslatedStringsOnly

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

    LabelIds

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

    LanguageId

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

    SkipUntranslatedStrings

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

    Status

    Declaration
    public TaskStatus? Status { get; set; }
    Property Value
    Type Description
    System.Nullable<TaskStatus>
    | 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 string Vendor { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX