Class SegmentSplitEvent
Inheritance
SegmentSplitEvent
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class SegmentSplitEvent
Constructors
SegmentSplitEvent(Document, ParagraphUnitId)
Declaration
public SegmentSplitEvent(Document document, ParagraphUnitId paragraphUnitId)
Parameters
SegmentSplitEvent(Document, ParagraphUnitId, SegmentId, SegmentId, SegmentId)
Declaration
public SegmentSplitEvent(Document document, ParagraphUnitId paragraphUnitId, SegmentId originalSegmentId, SegmentId firstNewSegmentId, SegmentId secondNewSegment)
Parameters
Properties
Document
Declaration
public Document Document { get; set; }
Property Value
FirstNewSegmentId
Declaration
public SegmentId FirstNewSegmentId { get; set; }
Property Value
OriginalSegmentId
Declaration
public SegmentId OriginalSegmentId { get; set; }
Property Value
ParagraphUnitId
Declaration
public ParagraphUnitId ParagraphUnitId { get; set; }
Property Value
SecondNewSegmentId
Declaration
public SegmentId SecondNewSegmentId { get; set; }
Property Value
Extension Methods