Search Results for

    Show / Hide Table of Contents

    Class TermOrigin

    Data on the creation origin of Term.

    Inheritance
    System.Object
    ExtensionDataContainer
    TermOrigin
    Implements
    ICloneable<TermOrigin>
    System.IEquatable<TermOrigin>
    Inherited Members
    ExtensionDataContainer.ExtensionData
    Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public class TermOrigin : ExtensionDataContainer, ICloneable<TermOrigin>

    Constructors

    TermOrigin()

    Declaration
    public TermOrigin()

    Properties

    ResourceId

    Gets or sets the terminology resource identifier.

    Declaration
    public string ResourceId { get; set; }
    Property Value
    Type Description
    System.String

    The terminology resource identifier.

    ResourceName

    Gets or sets the name of the terminology resource.

    Declaration
    public string ResourceName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the terminology resource.

    SystemId

    Gets or sets the identifier of the terminology system.

    Declaration
    public string SystemId { get; set; }
    Property Value
    Type Description
    System.String

    The terminology system identifier.

    SystemName

    Gets or sets the terminology system nane.

    Declaration
    public string SystemName { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    Equals(Object)

    Performs a deep-equals comparison.
    System.Object.Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Returns a hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    A hash code for this instance.

    Implements

    ICloneable<T>
    System.IEquatable<>

    On this page

    Back to top Generated by DocFX