Search Results for

    Show / Hide Table of Contents

    Class EnterpriseProjectForm

    Inheritance
    object
    AddProjectRequest
    EnterpriseProjectForm
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class EnterpriseProjectForm : AddProjectRequest

    Properties

    | Edit this page View Source

    AutoSubstitution

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

    AutoTranslateDialects

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

    CustomQaCheckIds

    Declaration
    [JsonProperty("customQaCheckIds")]
    public ICollection<long>? CustomQaCheckIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    DefaultGlossaryId

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

    DefaultTmId

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

    DelayedWorkflowStart

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

    Description

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

    ExportWithMinApprovalsCount

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

    GlossaryAccess

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

    GroupId

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

    HiddenStringsProofreadersAccess

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

    InContext

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

    InContextProcessHiddenStrings

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

    InContextPseudoLanguageId

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

    IsMtAllowed

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

    LanguageMapping

    Declaration
    [JsonProperty("languageMapping")]
    public IDictionary<string, LanguageMapping>? LanguageMapping { get; set; }
    Property Value
    Type Description
    IDictionary<string, LanguageMapping>
    | Edit this page View Source

    MtEngineId

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

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NormalizePlaceholder

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

    NotificationSettings

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

    PublicDownloads

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

    QaApprovalsCount

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

    QaCheckCategories

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

    QaCheckIsActive

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

    QaChecksIgnorableCategories

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

    SaveMetaInfoInSource

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

    SkipUntranslatedFiles

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

    SkipUntranslatedStrings

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

    SourceLanguageId

    Declaration
    [JsonProperty("sourceLanguageId")]
    public string SourceLanguageId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Steps

    Declaration
    [JsonProperty("steps")]
    public ICollection<WorkflowTemplateStepConfig>? Steps { get; set; }
    Property Value
    Type Description
    ICollection<WorkflowTemplateStepConfig>
    | Edit this page View Source

    TagsDetection

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

    TargetLanguageIds

    Declaration
    [JsonProperty("targetLanguageIds")]
    public ICollection<string>? TargetLanguageIds { get; set; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    TaskBasedAccessControl

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

    TemplateId

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

    TmContextType

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

    TranslateDuplicates

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

    VendorId

    Declaration
    [JsonProperty("vendorId")]
    public long? VendorId { get; set; }
    Property Value
    Type Description
    long?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX