Search Results for

    Show / Hide Table of Contents

    Class ExportForReviewTaskSettings

    Settings group class for the 'Export for Review' automatic task settings.

    Inheritance
    System.Object
    ExportForReviewTaskSettings
    Namespace: Sdl.ProjectAutomation.Settings
    Assembly: Sdl.ProjectAutomation.Settings.dll
    Syntax
    public class ExportForReviewTaskSettings : SettingsGroup

    Constructors

    ExportForReviewTaskSettings()

    Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.

    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
    Type Description
    Setting<System.Drawing.Color>

    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
    Type Description
    Setting<System.Drawing.Color>

    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
    Type Description
    Setting<System.String>

    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
    Type Description
    Setting<System.Drawing.Color>

    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
    Type Description
    Setting<System.String>

    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
    Type Description
    Setting<System.Drawing.Color>

    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
    Type Description
    Setting<System.Boolean>

    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
    Type Description
    Setting<System.Drawing.Color>

    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<Sdl.FileTypeSupport.Utilities.SdlXliffConvertor.LayoutType.TableType>

    Methods

    GetDefaultValue(String)

    Gets the default value.

    Declaration
    protected override object GetDefaultValue(string settingId)
    Parameters
    Type Name Description
    System.String settingId

    The setting id.

    Returns
    Type Description
    System.Object

    On this page

    • Constructors
      • ExportForReviewTaskSettings()
    • Properties
      • ContextMatchColor
      • ExactMatchColor
      • FileNamePrefix
      • FuzzyMatchColor
      • Location
      • NoMatchColor
      • OverwriteExisting
      • PerfectMatchColor
      • TableLayoutType
    • Methods
      • GetDefaultValue(String)
    Back to top Generated by DocFX