Class TranslationUnitBcmInformation
Represents information about a bcm document used to create a translation unit title.
Inherited Members
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class TranslationUnitBcmInformation
Constructors
TranslationUnitBcmInformation(Guid, int, string, string)
Declaration
public TranslationUnitBcmInformation(Guid id, int version, string title, string segmentNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | |
| int | version | |
| string | title | |
| string | segmentNumber |
Properties
Id
Gets or sets the bcm document id
Declaration
[DataMember]
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
SegmentNumber
Gets or sets the the bcm segment number of segment used to create the translation unit
Declaration
[DataMember]
public string SegmentNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Gets or sets the bcm document title
Declaration
[DataMember]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Gets or sets the bcm document version
Declaration
[DataMember]
public int Version { get; set; }
Property Value
| Type | Description |
|---|---|
| int |