Search Results for

    Show / Hide Table of Contents

    Class SegmentSplitEvent

    Inheritance
    System.Object
    SegmentSplitEvent
    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 SegmentSplitEvent

    Constructors

    SegmentSplitEvent(Document, ParagraphUnitId)

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

    SegmentSplitEvent(Document, ParagraphUnitId, SegmentId, SegmentId, SegmentId)

    Declaration
    public SegmentSplitEvent(Document document, ParagraphUnitId paragraphUnitId, SegmentId originalSegmentId, SegmentId firstNewSegmentId, SegmentId secondNewSegment)
    Parameters
    Type Name Description
    Document document
    ParagraphUnitId paragraphUnitId
    SegmentId originalSegmentId
    SegmentId firstNewSegmentId
    SegmentId secondNewSegment

    Properties

    Document

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

    FirstNewSegmentId

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

    OriginalSegmentId

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

    ParagraphUnitId

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

    SecondNewSegmentId

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • SegmentSplitEvent(Document, ParagraphUnitId)
      • SegmentSplitEvent(Document, ParagraphUnitId, SegmentId, SegmentId, SegmentId)
    • Properties
      • Document
      • FirstNewSegmentId
      • OriginalSegmentId
      • ParagraphUnitId
      • SecondNewSegmentId
    • Extension Methods
    Back to top Generated by DocFX