Search Results for

    Show / Hide Table of Contents

    Class SegmentsMergedEvent

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

    Constructors

    SegmentsMergedEvent(Document, ParagraphUnitId)

    Declaration
    public SegmentsMergedEvent(Document document, ParagraphUnitId paragraphUnitId)
    Parameters
    Type Name Description
    Document document
    ParagraphUnitId paragraphUnitId

    SegmentsMergedEvent(Document, ParagraphUnitId, SegmentId, SegmentId[])

    Declaration
    public SegmentsMergedEvent(Document document, ParagraphUnitId paragraphUnitId, SegmentId newSegmentId, SegmentId[] oldSegmentIds)
    Parameters
    Type Name Description
    Document document
    ParagraphUnitId paragraphUnitId
    SegmentId newSegmentId
    SegmentId[] oldSegmentIds

    Properties

    Document

    Declaration
    public Document Document { get; set; }
    Property Value
    Type Description
    Document

    NewSegmentId

    Declaration
    public SegmentId NewSegmentId { get; set; }
    Property Value
    Type Description
    SegmentId

    OldSegmentIds

    Declaration
    public SegmentId[] OldSegmentIds { get; set; }
    Property Value
    Type Description
    SegmentId[]

    ParagraphUnitId

    Declaration
    public ParagraphUnitId ParagraphUnitId { get; set; }
    Property Value
    Type Description
    ParagraphUnitId

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • SegmentsMergedEvent(Document, ParagraphUnitId)
      • SegmentsMergedEvent(Document, ParagraphUnitId, SegmentId, SegmentId[])
    • Properties
      • Document
      • NewSegmentId
      • OldSegmentIds
      • ParagraphUnitId
    • Extension Methods
    Back to top Generated by DocFX