Search Results for

    Show / Hide Table of Contents

    Class TranslateTaskSettings

    Settings group class for the Analysis automatic task settings.

    Inheritance
    object
    AbstractSettingsGroupBase
    SettingsGroup
    TranslateTaskSettings
    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 TranslateTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject

    Constructors

    TranslateTaskSettings()

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

    Declaration
    public TranslateTaskSettings()

    Properties

    ConfirmAfterApplyingExactMatch

    Gets the setting that specifies whether exact matches should be auto-confirmed. Default: true.

    Declaration
    public Setting<bool> ConfirmAfterApplyingExactMatch { get; }
    Property Value
    Type Description
    Setting<bool>

    ConfirmAfterApplyingInContextExactMatch

    Gets the setting that specifies whether in context exact matches should be auto-confirmed. Default: true.

    Declaration
    public Setting<bool> ConfirmAfterApplyingInContextExactMatch { get; }
    Property Value
    Type Description
    Setting<bool>

    CreateReport

    Gets the setting that flags whether a report should be generated. Default: true.

    Declaration
    public Setting<bool> CreateReport { get; }
    Property Value
    Type Description
    Setting<bool>

    LockContextMatchSegments

    Gets the setting that specifies whether context matches should be locked. Default: true.

    Declaration
    public Setting<bool> LockContextMatchSegments { get; }
    Property Value
    Type Description
    Setting<bool>

    LockExactMatchSegments

    Gets the setting that specifies whether 100% matches should be locked. Default: true.

    Declaration
    public Setting<bool> LockExactMatchSegments { get; }
    Property Value
    Type Description
    Setting<bool>

    MinimumMatchScore

    Gets the setting that specifies the minimum match value when applying the translation memories, or matches from other providers. Default: 100.

    Declaration
    public Setting<int> MinimumMatchScore { get; }
    Property Value
    Type Description
    Setting<int>

    NoTranslationMemoryMatchFoundAction

    Gets the setting that flags whether the source should be copied to the target if no match is found. Default: LeaveEmpty.

    Declaration
    public Setting<NoTranslationMemoryMatchFoundAction> NoTranslationMemoryMatchFoundAction { get; }
    Property Value
    Type Description
    Setting<NoTranslationMemoryMatchFoundAction>

    OverwritePerfectMatch

    Gets the setting that specifies whether exsting PerfectMatch translations are overwritten when the TranslationOverwriteModeTranslationOverwriteMode setting is set to OverwriteExistingTranslation. Default false.

    Declaration
    public Setting<bool> OverwritePerfectMatch { get; }
    Property Value
    Type Description
    Setting<bool>

    TranslationOverwriteMode

    Gets the setting that specifies whether existing translations should be kept or overwritten in the document. Default: OverwriteExistingTranslationIfBetterMatch.

    Declaration
    public Setting<TranslationUpdateMode> TranslationOverwriteMode { get; }
    Property Value
    Type Description
    Setting<TranslationUpdateMode>

    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

    The default value.

    Overrides
    SettingsGroup.GetDefaultValue(string)

    Implements

    ISettingsGroup
    INotifyPropertyChanged
    IEditableObject
    In this article
    • Constructors
      • TranslateTaskSettings()
    • Properties
      • ConfirmAfterApplyingExactMatch
      • ConfirmAfterApplyingInContextExactMatch
      • CreateReport
      • LockContextMatchSegments
      • LockExactMatchSegments
      • MinimumMatchScore
      • NoTranslationMemoryMatchFoundAction
      • OverwritePerfectMatch
      • TranslationOverwriteMode
    • Methods
      • GetDefaultValue(string)
    • Implements
    Back to top Generated by DocFX