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 |