SiteTermElement Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Encapsulates a site term element. Represents a single valid value for a SiteTerm.
The SiteTermElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SiteTermElement | Initializes a new instance of the SiteTermElement class using the specified parameters. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares this SiteTermElement with a specified object. | |
Equals | Returns a value indicating whether the current SiteTermElement object is the same as the specified object. (Overrides Object..::.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Get the hash code of the current SiteTermElement object (Overrides Object..::.GetHashCode()()().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Returns a value indicating whether the first specified SiteTermElement is equal to the second specified SiteTermElement. | |
GreaterThan | Returns a value indicating whether the first specified SiteTermElement is greater than the second specified SiteTermElement. | |
Inequality | Returns a value indicating whether the first specified SiteTermElement is not equal to the second specified SiteTermElement. | |
LessThan | Returns a value indicating whether the first specified SiteTermElement is less than the second specified SiteTermElement. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the SiteTermElement object. | |
Value | Gets the value of the SiteTermElement object. |
Top