Search Results for

    Show / Hide Table of Contents

    Class PerfectMatchTaskSettings

    Settings group class for the Perfect Match automatic task settings.

    Inheritance
    object
    AbstractSettingsGroupBase
    SettingsGroup
    PerfectMatchTaskSettings
    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.GetDefaultValue(string)
    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 PerfectMatchTaskSettings : SettingsGroup, ISettingsGroup, INotifyPropertyChanged, IEditableObject

    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<bool>

    Implements

    ISettingsGroup
    INotifyPropertyChanged
    IEditableObject
    In this article
    • Constructors
      • PerfectMatchTaskSettings()
    • Properties
      • MarkAsPerfectMatchAndLock
    • Implements
    Back to top Generated by DocFX