SpecificationSearch Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specification search class encapsulates the search handle and specification search property result concepts previously exposed on the product catalog object.
The SpecificationSearch type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddSearchClause | Use this method to add a search clause to a specification search. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GuaranteedSearch | Overloaded. Use this method to perform a specification search guaranteed to return results if any products exist in the category being searched. | |
MemberwiseClone | (Inherited from Object.) | |
RemoveSearchClause | Remove the last search clause from this spec search. | |
Search | Overloaded. Perform a search using the information in the current instance. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
CatalogName | Gets name of this catalog. | |
CategoryName | Gets the name of the category to search. | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
InventoryOptions | Gets or sets the Inventory options used for the search. | |
PropertyValues | Gets a list of properties and their values which can be searched using this specification search. | |
SearchClauses | Gets a collection of search clauses used in this SpecificationSearch. | |
SearchOptions | Gets or sets the search options used for the search. |
Top