Class Paragraph
A MarkupDataContainer containing the source or target content of a ParagraphUnit.
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class Paragraph : MarkupDataContainer
Constructors
Paragraph()
Initializes a new instance of the Paragraph class.
Declaration
public Paragraph()
Paragraph(Segment)
Declaration
public Paragraph(Segment segment)
Parameters
Type | Name | Description |
---|---|---|
Segment | segment | The Segment to be added as a child to this instance. |
Paragraph(String)
Initializes a new instance of the Paragraph class.
Declaration
public Paragraph(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id | The identifier. |
Properties
ParentParagraphUnit
The ParagraphUnit containing this item.
Declaration
public override ParagraphUnit ParentParagraphUnit { get; }
Property Value
Type | Description |
---|---|
ParagraphUnit |
Overrides
Type
Gets the type of MarkupData.
Declaration
protected override string Type { get; set; }
Property Value
Type | Description |
---|---|
String | The type. |
Overrides
Methods
AcceptVisitor(LiteBcmVisitor)
Accepts a visitor of type LiteBcmVisitor.
Declaration
public override void AcceptVisitor(LiteBcmVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
LiteBcmVisitor | visitor | The LiteBcmVisitor used to visit this item. |