Class TranslationMemoryUpdateTaskSettings
Settings group class for the Analysis automatic task settings.
Inherited Members
Namespace: SdlSdl.ProjectAutomationSettings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class TranslationMemoryUpdateTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
Constructors
TranslationMemoryUpdateTaskSettings()
Default constructor. You should never create this object manually. Use GetSettingsGroup(string) instead.
Declaration
public TranslationMemoryUpdateTaskSettings()
Properties
CreateReport
Gets the setting that flags whether a report should be generated. Default: false
.
Declaration
public Setting<bool> CreateReport { get; }
Property Value
Type | Description |
---|---|
Settingbool |
TmImportOptions
Options to handle the TU if the same TU already exists in the TM
Declaration
public Setting<TmImportOption> TmImportOptions { get; }
Property Value
Type | Description |
---|---|
SettingTmImportOption |
UpdateWithApprovedSignOffSegments
Gets the setting that states whether the translation memories should be updated with 'Approved Sign Off' segments. Default: true
.
Declaration
public Setting<bool> UpdateWithApprovedSignOffSegments { get; }
Property Value
Type | Description |
---|---|
Settingbool |
UpdateWithApprovedTranslationSegments
Gets the setting that states whether the translation memories should be updated with 'Approved Translation' segments. Default: true
.
Declaration
public Setting<bool> UpdateWithApprovedTranslationSegments { get; }
Property Value
Type | Description |
---|---|
Settingbool |
UpdateWithDraftSegments
Gets the setting that states whether the translation memories should be updated with 'Draft' segments. Default: false
.
Declaration
public Setting<bool> UpdateWithDraftSegments { get; }
Property Value
Type | Description |
---|---|
Settingbool |
UpdateWithRejectedSignOffSegments
Gets the setting that states whether the translation memories should be updated with 'Rejected Sign Off' segments. Default: false
.
Declaration
public Setting<bool> UpdateWithRejectedSignOffSegments { get; }
Property Value
Type | Description |
---|---|
Settingbool |
UpdateWithRejectedTranslationSegments
Gets the setting that states whether the translation memories should be updated with 'Rejected Translation' segments. Default: false
.
Declaration
public Setting<bool> UpdateWithRejectedTranslationSegments { get; }
Property Value
Type | Description |
---|---|
Settingbool |
UpdateWithTranslatedSegments
Gets the setting that states whether the translation memories should be updated with 'Translated' segments. Default: true
.
Declaration
public Setting<bool> UpdateWithTranslatedSegments { get; }
Property Value
Type | Description |
---|---|
Settingbool |
UpdateWithUnspecifiedSegments
Gets the setting that states whether the translation memories should be updated with 'Unspecified' segments. Default: false
.
Declaration
public Setting<bool> UpdateWithUnspecifiedSegments { get; }
Property Value
Type | Description |
---|---|
Settingbool |
UseTmUserIdOption
Gets the setting that specify if a custom TM user Id should be used instead of the default user value. Default: true.
Declaration
public Setting<bool> UseTmUserIdOption { get; }
Property Value
Type | Description |
---|---|
Settingbool |
Methods
GetDefaultValue(string)
Gets the default value.
Declaration
protected override object GetDefaultValue(string settingId)
Parameters
Type | Name | Description |
---|---|---|
string | settingId | The setting id. |
Returns
Type | Description |
---|---|
object | The default value. |