Class AnnotationContainer
Abstract MarkupDataContainer, marking a user annotation on the BCM.
Inheritance
Object
AnnotationContainer
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Annotations
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public abstract class AnnotationContainer : MarkupDataContainer
Constructors
AnnotationContainer()
Initializes a new instance of the AnnotationContainer class.
Declaration
protected AnnotationContainer()
AnnotationContainer(String)
Initializes a new instance of the AnnotationContainer class.
Declaration
protected AnnotationContainer(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id | The identifier. |
Properties
AnnotationId
The annotation ID.
Declaration
public int AnnotationId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |