Search Results for

    Show / Hide Table of Contents

    Class SubContentCollection

    Collection of subcontent Sdl.Core.Bcm.BcmModel.LocalizableSubContent elements. Can appear in different MarkupData elements.

    Inheritance
    Object
    KeyBasedCollection<String, LocalizableSubContent>
    SubContentCollection
    Implements
    IList<LocalizableSubContent>
    ICollection<LocalizableSubContent>
    IEnumerable<LocalizableSubContent>
    IEnumerable
    IEquatable<KeyBasedCollection<String, LocalizableSubContent>>
    Inherited Members
    KeyBasedCollection<String, LocalizableSubContent>.ThreadSafeListHandler
    KeyBasedCollection<String, LocalizableSubContent>.KeyMap
    KeyBasedCollection<String, LocalizableSubContent>.OnItemAdded(LocalizableSubContent)
    KeyBasedCollection<String, LocalizableSubContent>.ForEach(Action<LocalizableSubContent>)
    KeyBasedCollection<String, LocalizableSubContent>.Equals(KeyBasedCollection<String, LocalizableSubContent>)
    KeyBasedCollection<String, LocalizableSubContent>.Equals(Object)
    KeyBasedCollection<String, LocalizableSubContent>.GetHashCode()
    KeyBasedCollection<String, LocalizableSubContent>.TryGetValue(String)
    KeyBasedCollection<String, LocalizableSubContent>.Add(LocalizableSubContent)
    KeyBasedCollection<String, LocalizableSubContent>.Clear()
    KeyBasedCollection<String, LocalizableSubContent>.GetKeyFor(LocalizableSubContent)
    KeyBasedCollection<String, LocalizableSubContent>.Contains(LocalizableSubContent)
    KeyBasedCollection<String, LocalizableSubContent>.Contains(String)
    KeyBasedCollection<String, LocalizableSubContent>.ContainsKey(String)
    KeyBasedCollection<String, LocalizableSubContent>.CopyTo(LocalizableSubContent[], Int32)
    KeyBasedCollection<String, LocalizableSubContent>.IndexOf(LocalizableSubContent)
    KeyBasedCollection<String, LocalizableSubContent>.Insert(Int32, LocalizableSubContent)
    KeyBasedCollection<String, LocalizableSubContent>.Remove(LocalizableSubContent)
    KeyBasedCollection<String, LocalizableSubContent>.Remove(String)
    KeyBasedCollection<String, LocalizableSubContent>.RemoveAt(Int32)
    KeyBasedCollection<String, LocalizableSubContent>.GetEnumerator()
    KeyBasedCollection<String, LocalizableSubContent>.IEnumerable.GetEnumerator()
    KeyBasedCollection<String, LocalizableSubContent>.Item[String]
    KeyBasedCollection<String, LocalizableSubContent>.Item[Int32]
    KeyBasedCollection<String, LocalizableSubContent>.Count
    KeyBasedCollection<String, LocalizableSubContent>.IsReadOnly
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.LiteBCM.Skeleton
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class SubContentCollection : KeyBasedCollection<string, LocalizableSubContent>, IList<LocalizableSubContent>, ICollection<LocalizableSubContent>, IEnumerable<LocalizableSubContent>, IEnumerable, IEquatable<KeyBasedCollection<string, LocalizableSubContent>>

    Constructors

    SubContentCollection()

    Initializes a new instance of the SubContentCollection class.

    Declaration
    public SubContentCollection()

    SubContentCollection(IEnumerable<LocalizableSubContent>)

    Initializes a new instance of the SubContentCollection class with the specified items. Each item is mapped by its Sdl.Core.Bcm.BcmModel.LocalizableSubContent.ParagraphUnitId as the key.

    Declaration
    public SubContentCollection(IEnumerable<LocalizableSubContent> items)
    Parameters
    Type Name Description
    IEnumerable<LocalizableSubContent> items

    The collection of Sdl.Core.Bcm.BcmModel.LocalizableSubContent items to seed the collection.

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    System.IEquatable<T>
    In this article
    Back to top Generated by DocFX