Class LiteFragment
Class representing an independent fragment (slice) of a BCM LiteDocument.
Inheritance
Inherited Members
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class LiteFragment
Constructors
LiteFragment()
Initializes a new instance of the LiteFragment class.
Declaration
public LiteFragment()
Properties
DocumentId
Gets or sets the document identifier.
Declaration
public string DocumentId { get; set; }
Property Value
Type | Description |
---|---|
String | The document identifier which uniquely identifies this BCM LiteFragment. |
Index
The index in the source LiteDocument from where this fragment was extracted.
Declaration
public int? Index { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | The index in the source LiteDocument from where this fragment was extracted. |
Skeleton
Gets or sets the File skeleton.
Declaration
public FileSkeleton Skeleton { get; set; }
Property Value
Type | Description |
---|---|
FileSkeleton | The file skeleton. |
SourceContent
Gets or sets the source content of the BCM fragment.
Declaration
public MarkupData SourceContent { get; set; }
Property Value
Type | Description |
---|---|
MarkupData | The source content of the LiteFragment. |
SourceLanguageCode
Gets or sets the source language code.
Declaration
public string SourceLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
String | The source language code. |
TargetContent
Gets or sets the target content of the BCM fragment.
Declaration
public MarkupData TargetContent { get; set; }
Property Value
Type | Description |
---|---|
MarkupData | The target content of the BCM fragment. |
TargetLanguageCode
Gets or sets the target language code.
Declaration
public string TargetLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
String | The target language code. |
Methods
ToString()
Converts to string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A System.String that represents this instance. |