Class ExportForReviewTaskSettings
Settings group class for the 'Export for Review' automatic task settings.
Inherited Members
Namespace: Sdl.ProjectAutomation .Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class ExportForReviewTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject
Constructors
ExportForReviewTaskSettings()
Default constructor. You should never create this object manually. Use Get
Declaration
public ExportForReviewTaskSettings()
Properties
ContextMatchColor
Gets the setting that states the code to be used for highlighting context matches . Default: Color.LightGray.
Declaration
public Setting<Color> ContextMatchColor { get; }
Property Value
ExactMatchColor
Gets the setting that states the code to be used for highlighting exact matches . Default: Color.PaleGreen.
Declaration
public Setting<Color> ExactMatchColor { get; }
Property Value
FileNamePrefix
Gets the setting that specifies the prefix that will be added to each review filename... . Default: Empty String.
Declaration
public Setting<string> FileNamePrefix { get; }
Property Value
FuzzyMatchColor
Gets the setting that states the code to be used for highlighting fuzzy matches . Default: Color.Wheat.
Declaration
public Setting<Color> FuzzyMatchColor { get; }
Property Value
Location
Gets the setting that specifies the root folder where the review files will be created. Default: Empty String.
Declaration
public Setting<string> Location { get; }
Property Value
NoMatchColor
Gets the setting that states the code to be used for highlighting no matches . Default: Color.White.
Declaration
public Setting<Color> NoMatchColor { get; }
Property Value
OverwriteExisting
Gets the setting that states the code to be used for highlighting no matches . Default: Color.White.
Declaration
public Setting<bool> OverwriteExisting { get; }
Property Value
PerfectMatchColor
Gets the setting that states the code to be used for highlighting perfect matches . Default: Color.LightGray.
Declaration
public Setting<Color> PerfectMatchColor { get; }
Property Value
TableLayoutType
Gets the setting that states the format of the review file, 'Top-down' or 'Side-by-side'... . Default: Side-by-side.
Declaration
public Setting<LayoutType.TableType> TableLayoutType { get; }
Property Value
Type | Description |
---|---|
Setting<Layout |
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 |