Class TermOrigin
Data on the creation origin of Term.
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[DataContract]
public class TermOrigin : ExtensionDataContainer, ICloneable<TermOrigin>, IEquatable<TermOrigin>
Constructors
TermOrigin()
Declaration
public TermOrigin()
Properties
ResourceId
Gets or sets the terminology resource identifier.
Declaration
[DataMember(Name = "resourceId")]
public string ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The terminology resource identifier. |
ResourceName
Gets or sets the name of the terminology resource.
Declaration
[DataMember(Name = "resourceName")]
public string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the terminology resource. |
SystemId
Gets or sets the identifier of the terminology system.
Declaration
[DataMember(Name = "systemId")]
public string SystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The terminology system identifier. |
SystemName
Gets or sets the terminology system nane.
Declaration
[DataMember(Name = "systemName")]
public string SystemName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The terminology system name. |
Methods
Clone()
Clones this instance.
Declaration
public TermOrigin Clone()
Returns
| Type | Description |
|---|---|
| TermOrigin |
Equals(TermOrigin)
Performs a deep-equals comparison.
System.Object.Equals(object)
Declaration
public bool Equals(TermOrigin other)
Parameters
| Type | Name | Description |
|---|---|---|
| TermOrigin | 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. |