Class EnterpriseProjectForm
Inheritance
System.Object
EnterpriseProjectForm
Assembly: Crowdin.Api.dll
public class EnterpriseProjectForm : AddProjectRequest
Properties
|
Improve this Doc
View Source
Declaration
public bool? AutoSubstitution { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? AutoTranslateDialects { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public ICollection<int>? CustomQaCheckIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
Declaration
public int? DefaultGlossaryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public int? DefaultTmId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public bool? DelayedWorkflowStart { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public string? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public int? ExportWithMinApprovalsCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public bool? GlossaryAccess { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public int? GroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public bool? HiddenStringsProofreadersAccess { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
InContext
Declaration
public bool? InContext { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
InContextProcessHiddenStrings
Declaration
public bool? InContextProcessHiddenStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
InContextPseudoLanguageId
Declaration
public string? InContextPseudoLanguageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public bool? IsMtAllowed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public IDictionary<string, LanguageMapping>? LanguageMapping { get; set; }
Property Value
Type |
Description |
System.Nullable<IDictionary<System.String, LanguageMapping>> |
|
|
Improve this Doc
View Source
Declaration
public int? MtEngineId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool? NormalizePlaceholder { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public NotificationSettings NotificationSettings { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool? PublicDownloads { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public int? QaApprovalsCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public QaCheckCategories QaCheckCategories { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool? QaCheckIsActive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public QaCheckCategories QaChecksIgnorableCategories { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool? SaveMetaInfoInSource { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? SkipUntranslatedFiles { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? SkipUntranslatedStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public string SourceLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public ICollection<WorkflowTemplateStepConfig>? Steps { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public TagsDetectionAction? TagsDetection { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ICollection<string>? TargetLanguageIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.String>> |
|
|
Improve this Doc
View Source
Declaration
public bool? TaskBasedAccessControl { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public int? TemplateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
TmContextType
Declaration
public TmContextType? TmContextType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DupTranslateAction? TranslateDuplicates { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int? VendorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|