Interface ISubSegmentReference
Contains information associated with localizable content of a tag in the bilingual content model.
Inherited Members
System.ICloneable.Clone()
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface ISubSegmentReference : ICloneable
Remarks
The Properties contain the information provided by the native file processor components, and the ParagraphUnitId identifies the localizable paragraph unit in wich the content has been externalized for translation.
Properties
ParagraphUnitId
The id of the localizable paragraph unit in which the content is available for translation.
Declaration
ParagraphUnitId ParagraphUnitId { get; set; }
Property Value
Type | Description |
---|---|
ParagraphUnitId |
Properties
Information on which tag content has been externalized
Declaration
ISubSegmentProperties Properties { get; set; }
Property Value
Type | Description |
---|---|
ISubSegmentProperties |
Remarks
This originates from the native file processing components.