Class PerfectMatchTaskSettings
Settings group class for the Perfect Match automatic task settings.
Inheritance
System.Object
PerfectMatchTaskSettings
Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class PerfectMatchTaskSettings : SettingsGroup
Constructors
PerfectMatchTaskSettings()
Declaration
public PerfectMatchTaskSettings()
Properties
MarkAsPerfectMatchAndLock
If true, all segments copied over from the reference files will be marked as "PerfectMatch" and will be locked. This caters for the "fully reviewed existing project" scenario. If false, the original segment properties will be preserved and the segment will not be locked. This caters for the "mid project update" scenario, where the translator is halfway through a translation project, and the client sends all the source files again with a few tweaks in them.
Declaration
public Setting<bool> MarkAsPerfectMatchAndLock { get; }
Property Value
Type | Description |
---|---|
Setting<System.Boolean> |