Class TerminologyData
Data containing a list of Terms representing terminology information.
Implements
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[DataContract]
public class TerminologyData : SkeletonItem, IEquatable<MetadataContainer>, IEquatable<SkeletonItem>, ICloneable<TerminologyData>, IEquatable<TerminologyData>
Constructors
TerminologyData()
Declaration
public TerminologyData()
Properties
Origin
Gets or sets the origin of the terminology information.
Declaration
[Obsolete("Will be removed in a future version. Use the TermOrigin instead!")]
[DataMember(Name = "origin")]
public string Origin { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The origin. |
Terms
Gets or sets the terms.
Declaration
[DataMember(Name = "terms")]
public List<Term> Terms { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Term> | The terms. |
Methods
Clone()
Clones this instance.
Declaration
public TerminologyData Clone()
Returns
| Type | Description |
|---|---|
| TerminologyData | A deep clone of this instance. |
Equals(TerminologyData)
Performs a deep-equals comparison.
System.Object.Equals(object)
Declaration
public bool Equals(TerminologyData other)
Parameters
| Type | Name | Description |
|---|---|---|
| TerminologyData | other |
Returns
| Type | Description |
|---|---|
| bool |
Equals(object)
Performs a deep-equals comparison.
System.Object.Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for this instance. |