Click or drag to resize

SimpleTermSetItemConfiguration Class

Used to specify a term or a term set within a TermChoiceField.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Taxonomy.ConfigurationSimpleTermSetItemConfiguration

Namespace:  Colygon.MatchPoint.Taxonomy.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
[SerializableAttribute]
public class SimpleTermSetItemConfiguration

The SimpleTermSetItemConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSimpleTermSetItemConfiguration
Initializes a new instance of the SimpleTermSetItemConfiguration class
Public methodSimpleTermSetItemConfiguration(Guid)
Initializes a new instance of the SimpleTermSetItemConfiguration class
Public methodSimpleTermSetItemConfiguration(Guid, Guid)
Initializes a new instance of the SimpleTermSetItemConfiguration class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the term set item from a managed metadata service application using the provided taxonomy session.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldItemId
Specifies the ID of the term set or term.
Public fieldTermSetId
Specifies the term set ID of the term, specified by the ItemId.
Top
Remarks
This is a MatchPoint configuration class.
See Also