SpecificationSearchPropertyResult Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
(Public Sealed) Represents the result for a property in a specification search.
The SpecificationSearchPropertyResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SpecificationSearchPropertyResult | Construct a SpecificationSearchPropertyResult with the specified property name and values. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates a SerializationInfo with data needed to serialize the SpecificationSearchPropertyResult. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Property | Gets the name of the property. | |
Values | Gets the possible values for the property as an array of objects. |
Top