Class File
BCM data extracted from a native file.
Inheritance
Object
File
Inherited Members
Object.ToString()
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 File
Constructors
File()
Public constructor.
Declaration
public File()
File(String)
Public constructor with given identifier.
Declaration
public File(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id |
Properties
Id
Gets or sets the identifier. Can not be null.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
String | The identifier. |
IdGenerator
Gets or sets the IdGenerator used for generating sequential IDs./>
Declaration
public IdGenerator IdGenerator { get; }
Property Value
Type | Description |
---|---|
IdGenerator | The identifier generator. |
ParagraphUnits
A collection of all the ParagraphUnit elements in this File. Can not be set to null and can not have null items.
Declaration
public ParagraphUnitCollection ParagraphUnits { get; set; }
Property Value
Type | Description |
---|---|
ParagraphUnitCollection |
Parent
The parent LiteDocument of this File.
Declaration
public LiteDocument Parent { get; }
Property Value
Type | Description |
---|---|
LiteDocument |
Skeleton
The FileSkeleton holding all the structure element data referenced in this File.
Declaration
public FileSkeleton Skeleton { get; set; }
Property Value
Type | Description |
---|---|
FileSkeleton |