Search Results for

    Show / Hide Table of Contents

    Class SegmentsMergedEvent

    Inheritance
    object
    SegmentsMergedEvent
    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 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>)
    In this article
    • Constructors
      • SegmentsMergedEvent(Document, ParagraphUnitId)
      • SegmentsMergedEvent(Document, ParagraphUnitId, SegmentId, SegmentId[])
    • Properties
      • Document
      • NewSegmentId
      • OldSegmentIds
      • ParagraphUnitId
    • Extension Methods
    Back to top Generated by DocFX