TermSetItemConfiguration Class |
Namespace: Colygon.MatchPoint.Taxonomy.Configuration
[SerializableAttribute] public class TermSetItemConfiguration
The TermSetItemConfiguration type exposes the following members.
Name | Description | |
---|---|---|
TermSetItemConfiguration | Initializes a new instance of the TermSetItemConfiguration class | |
TermSetItemConfiguration(Guid) | Initializes a new instance of the TermSetItemConfiguration class | |
TermSetItemConfiguration(Guid, ExpressionString) | Initializes a new instance of the TermSetItemConfiguration class | |
TermSetItemConfiguration(Guid, Guid) | Initializes a new instance of the TermSetItemConfiguration class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load | Loads the term set item from a managed metadata service application. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ItemId | Specifies the ID of the term set or term. If ItemId is assigned with a value, ProviderId and KeyExpression are ignored. | |
KeyExpression | Specifies the term key. Use 'DataItem.PropertyName' to access properties from the data source. | |
ProviderId | Specifies the provider ID of the term. | |
TermSetId | Specifies the term set ID of the term, specified by the ItemId. |