Class SegmentSplitEvent
Inheritance
Object
SegmentSplitEvent
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 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 |