Click or drag to resize

TermSetItemConfiguration Class

Used to specify a term or a term set within TermImportConfiguration.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Taxonomy.ConfigurationTermSetItemConfiguration

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

The TermSetItemConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodTermSetItemConfiguration
Initializes a new instance of the TermSetItemConfiguration class
Public methodTermSetItemConfiguration(Guid)
Initializes a new instance of the TermSetItemConfiguration class
Public methodTermSetItemConfiguration(Guid, ExpressionString)
Initializes a new instance of the TermSetItemConfiguration class
Public methodTermSetItemConfiguration(Guid, Guid)
Initializes a new instance of the TermSetItemConfiguration 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.
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. If ItemId is assigned with a value, ProviderId and KeyExpression are ignored.
Public fieldKeyExpression
Specifies the term key. Use 'DataItem.PropertyName' to access properties from the data source.
Public fieldProviderId
Specifies the provider ID of the term.
Public fieldTermSetId
Specifies the term set ID of the term, specified by the ItemId.
Top
Remarks
You can use a combination of provider ID and key to aggregate terms.
Remarks
This is a MatchPoint configuration class.
See Also