Search Results for

    Show / Hide Table of Contents

    Class ChangeSourceContentSettingsEvent

    Inheritance
    object
    ChangeSourceContentSettingsEvent
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class ChangeSourceContentSettingsEvent

    Constructors

    ChangeSourceContentSettingsEvent(FileBasedProject, bool)

    Declaration
    public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing)
    Parameters
    Type Name Description
    FileBasedProject project
    bool allowSourceEditing

    ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool)

    Declaration
    public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing, bool allowMergeAcrossParagraphs)
    Parameters
    Type Name Description
    FileBasedProject project
    bool allowSourceEditing
    bool allowMergeAcrossParagraphs

    ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool, bool)

    Declaration
    public ChangeSourceContentSettingsEvent(FileBasedProject project, bool allowSourceEditing, bool allowMergeAcrossParagraphs, bool enableIcuTokenization)
    Parameters
    Type Name Description
    FileBasedProject project
    bool allowSourceEditing
    bool allowMergeAcrossParagraphs
    bool enableIcuTokenization

    Properties

    AllowMergeAcrossParagraphs

    Declaration
    public bool AllowMergeAcrossParagraphs { get; set; }
    Property Value
    Type Description
    bool

    AllowSourceEditing

    Declaration
    public bool AllowSourceEditing { get; set; }
    Property Value
    Type Description
    bool

    EnableIcuTokenization

    Declaration
    public bool EnableIcuTokenization { get; set; }
    Property Value
    Type Description
    bool

    Project

    Declaration
    public FileBasedProject Project { get; set; }
    Property Value
    Type Description
    FileBasedProject

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ChangeSourceContentSettingsEvent(FileBasedProject, bool)
      • ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool)
      • ChangeSourceContentSettingsEvent(FileBasedProject, bool, bool, bool)
    • Properties
      • AllowMergeAcrossParagraphs
      • AllowSourceEditing
      • EnableIcuTokenization
      • Project
    • Extension Methods
    Back to top Generated by DocFX