Class FileSkeleton
Holds data for a File that is referenced by different MarkupData elements.
Inheritance
Inherited Members
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class FileSkeleton
Constructors
FileSkeleton()
Public constructor.
Declaration
public FileSkeleton()
Properties
CommentDefinitions
Collection of all the CommentDefinition elements referenced in a File. Can not be set to null, and null items can not be added.
Declaration
public SkeletonCollection<CommentDefinition> CommentDefinitions { get; set; }
Property Value
Type | Description |
---|---|
SkeletonCollection<CommentDefinition> |
FileId
The File id.
Declaration
public string FileId { get; set; }
Property Value
Type | Description |
---|---|
String |
IdGenerator
An IdGenerator instance that creates unique numeric IDs for all the elements in different FileSkeleton collection.
Declaration
public IdGenerator IdGenerator { get; }
Property Value
Type | Description |
---|---|
IdGenerator |
ParentFile
The File for which this FileSkeleton is defined.
Declaration
public File ParentFile { get; }
Property Value
Type | Description |
---|---|
File |
PlaceholderTagDefinitions
Collection of all the PlaceholderTagDefinition elements referenced in a File. Can not be set to null, and null items can not be added.
Declaration
public SkeletonCollection<PlaceholderTagDefinition> PlaceholderTagDefinitions { get; set; }
Property Value
Type | Description |
---|---|
SkeletonCollection<PlaceholderTagDefinition> |
TagPairDefinitions
Collection of all the TagPairDefinition elements referenced in a File. Can not be set to null, and null items can not be added.
Declaration
public SkeletonCollection<TagPairDefinition> TagPairDefinitions { get; set; }
Property Value
Type | Description |
---|---|
SkeletonCollection<TagPairDefinition> |
TerminologyData
Collection of all the TerminologyData elements referenced in a File. Can not be set to null, and null items can not be added.
Declaration
public SkeletonCollection<TerminologyData> TerminologyData { get; set; }
Property Value
Type | Description |
---|---|
SkeletonCollection<TerminologyData> |