Interface ITermAttributeContainer
Interface for BCM elements containing terminology attributes.
Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public interface ITermAttributeContainer
Properties
TermAttributes
Gets or sets the term attributes.
Declaration
DictionaryEx<string, object> TermAttributes { get; set; }
Property Value
Type | Description |
---|---|
DictionaryEx<System.String, System.Object> | The term attributes. |