Class SubContentCollection
Collection of subcontent Sdl.Core.Bcm.BcmModel.LocalizableSubContent elements. Can appear in different MarkupData elements.
Implements
IList<LocalizableSubContent>
ICollection<LocalizableSubContent>
IEnumerable<LocalizableSubContent>
IEnumerable
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.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>