Search Results for

    Show / Hide Table of Contents

    Class TranslationMemoryUpdateTaskSettings

    Settings group class for the Analysis automatic task settings.

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

    Constructors

    TranslationMemoryUpdateTaskSettings()

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

    Declaration
    public TranslationMemoryUpdateTaskSettings()

    Properties

    CreateReport

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

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

    TmImportOptions

    Options to handle the TU if the same TU already exists in the TM

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

    UpdateWithApprovedSignOffSegments

    Gets the setting that states whether the translation memories should be updated with 'Approved Sign Off' segments. Default: true.

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

    UpdateWithApprovedTranslationSegments

    Gets the setting that states whether the translation memories should be updated with 'Approved Translation' segments. Default: true.

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

    UpdateWithDraftSegments

    Gets the setting that states whether the translation memories should be updated with 'Draft' segments. Default: false.

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

    UpdateWithRejectedSignOffSegments

    Gets the setting that states whether the translation memories should be updated with 'Rejected Sign Off' segments. Default: false.

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

    UpdateWithRejectedTranslationSegments

    Gets the setting that states whether the translation memories should be updated with 'Rejected Translation' segments. Default: false.

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

    UpdateWithTranslatedSegments

    Gets the setting that states whether the translation memories should be updated with 'Translated' segments. Default: true.

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

    UpdateWithUnspecifiedSegments

    Gets the setting that states whether the translation memories should be updated with 'Unspecified' segments. Default: false.

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

    UseTmUserIdOption

    Gets the setting that specify if a custom TM user Id should be used instead of the default user value. Default: true.

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

    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
      • TranslationMemoryUpdateTaskSettings()
    • Properties
      • CreateReport
      • TmImportOptions
      • UpdateWithApprovedSignOffSegments
      • UpdateWithApprovedTranslationSegments
      • UpdateWithDraftSegments
      • UpdateWithRejectedSignOffSegments
      • UpdateWithRejectedTranslationSegments
      • UpdateWithTranslatedSegments
      • UpdateWithUnspecifiedSegments
      • UseTmUserIdOption
    • Methods
      • GetDefaultValue(string)
    • Implements
    Back to top Generated by DocFX