Class ImportFromReviewTaskSettings
Settings for importing external review file(s)
Inherited Members
Namespace: SdlSdl.ProjectAutomationSettings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class ImportFromReviewTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
Constructors
ImportFromReviewTaskSettings()
Declaration
public ImportFromReviewTaskSettings()
Properties
Backup
To decide if the original xliff file should be backuped before importing the review content
Declaration
public Setting<bool> Backup { get; }
Property Value
Type | Description |
---|---|
Settingbool |
ConfirmationLevel
The segment confirmation level after applying the review changes
Declaration
public Setting<ConfirmationLevel> ConfirmationLevel { get; }
Property Value
Type | Description |
---|---|
SettingConfirmationLevel |
ExternalReviewMappingItems
The xliff files and the corresponding review files mapping
Declaration
public Setting<List<ExternalReviewMappingItem>> ExternalReviewMappingItems { get; }
Property Value
Type | Description |
---|---|
SettingListExternalReviewMappingItem |
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 |