Search Results for

    Show / Hide Table of Contents

    Class AnnotationContainer

    Abstract MarkupDataContainer, marking a user annotation on the BCM.

    Inheritance
    Object
    MarkupData
    MarkupDataContainer
    AnnotationContainer
    CommentContainer
    TerminologyAnnotationContainer
    Inherited Members
    MarkupDataContainer.GetAllChildren(Func<MarkupData, Boolean>)
    MarkupDataContainer.GetAllChildren<T>(Func<T, Boolean>)
    MarkupDataContainer.Add(MarkupData)
    MarkupDataContainer.Add(IEnumerable<MarkupData>)
    MarkupDataContainer.Insert(Int32, MarkupData)
    MarkupDataContainer.Remove(MarkupData)
    MarkupDataContainer.Clear()
    MarkupDataContainer.IndexOf(MarkupData)
    MarkupDataContainer.GetEnumerator()
    MarkupDataContainer.MoveToContainer(MarkupDataContainer, Int32, Int32, Int32)
    MarkupDataContainer.ToString()
    MarkupDataContainer.Children
    MarkupDataContainer.AllSubItems
    MarkupDataContainer.Count
    MarkupDataContainer.Item[Int32]
    MarkupData.AcceptVisitor(LiteBcmVisitor)
    MarkupData.Id
    MarkupData.Type
    MarkupData.Parent
    MarkupData.ParentFragment
    MarkupData.ParentParagraph
    MarkupData.ParentParagraphUnit
    MarkupData.Ancestors
    MarkupData.ParentSegment
    MarkupData.IsContainer
    MarkupData.IndexInParent
    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
    In this article
    Back to top Generated by DocFX