Search Results for

    Show / Hide Table of Contents

    Class ExportForReviewTaskSettings

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

    Inheritance
    object
    AbstractSettingsGroupBase
    SettingsGroup
    ExportForReviewTaskSettings
    Implements
    ISettingsGroup
    INotifyPropertyChanged
    IEditableObject
    Inherited Members
    SettingsGroup.parent_SettingsChanged(object, SettingsChangedEventArgs)
    SettingsGroup.CollectSettings(ISettingsGroup, List<string>)
    SettingsGroup.OnInit(ISettingsBundle)
    SettingsGroup.ContainsSetting(string)
    SettingsGroup.GetSettingIds()
    SettingsGroup.GetSetting<T>(string)
    SettingsGroup.GetSetting<T>(string, out Setting<T>)
    SettingsGroup.GetSetting<T>(string, out T)
    SettingsGroup.GetSetting<T>(string, T)
    SettingsGroup.RemoveSetting(string)
    SettingsGroup.Reset()
    SettingsGroup.ImportSettings(ISettingsGroup)
    SettingsGroup.parent_PropertyChanged(object, PropertyChangedEventArgs)
    SettingsGroup.BeginEdit()
    SettingsGroup.CancelEdit()
    SettingsGroup.EndEdit()
    SettingsGroup.Id
    SettingsGroup.Parent
    SettingsGroup.SettingsBundle
    SettingsGroup.PropertyChanged
    AbstractSettingsGroupBase._settingChangedDelegate
    AbstractSettingsGroupBase._propertyChangedDelegate
    AbstractSettingsGroupBase._parentEventHandlerAttached
    AbstractSettingsGroupBase._parentPropertyChangedEventHandlerAttached
    AbstractSettingsGroupBase._suspended
    AbstractSettingsGroupBase._suspendedEvents
    AbstractSettingsGroupBase.SuspendEvents()
    AbstractSettingsGroupBase.ResumeEvents()
    AbstractSettingsGroupBase.DiscardEvents()
    AbstractSettingsGroupBase.OnSettingChanged(string)
    AbstractSettingsGroupBase.OnSettingsChanged(IList<string>, bool)
    AbstractSettingsGroupBase.EventsSuspended
    AbstractSettingsGroupBase.SettingsChanged
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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 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<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<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<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<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<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<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<bool>

    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<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<LayoutType.TableType>

    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
    Overrides
    SettingsGroup.GetDefaultValue(string)

    Implements

    ISettingsGroup
    INotifyPropertyChanged
    IEditableObject
    In this article
    • Constructors
      • ExportForReviewTaskSettings()
    • Properties
      • ContextMatchColor
      • ExactMatchColor
      • FileNamePrefix
      • FuzzyMatchColor
      • Location
      • NoMatchColor
      • OverwriteExisting
      • PerfectMatchColor
      • TableLayoutType
    • Methods
      • GetDefaultValue(string)
    • Implements
    Back to top Generated by DocFX