MetadataFilterValue Members
Include Protected Members
Include Inherited Members
Represents an object into which terms with the same name in the same filter category are merged.
The MetadataFilterValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MetadataFilterValue() | Initializes a new instance of the MetadataFilterValue class. | |
MetadataFilterValue(String) | Initializes a new instance of the MetadataFilterValue class with the specified the term name. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of terms with the same name. | |
Name | Gets or sets the term name or filter value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
TermInfoList | Specifies the list of term information with the same name. |
Top