CatalogSearchOptions Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides properties to customize the catalog search results when performing searches on one or more catalogs.
The CatalogSearchOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CatalogSearchOptions | Overloaded. Initializes a new instance of the CatalogSearchOptions class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns a value indicating whether the currant CatalogSearchOptions object is the same as the specified object. (Overrides Object..::.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Get the hash code of the current CatalogSearchOptions object. (Overrides Object..::.GetHashCode()()().) | |
GetSearchOptionsData | Returns the underlying CatalogSearchOptions object. (Inherited from CommonSearchOptions.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetPaging | Sets the StartingRecord and RecordsToRetrieve properties based on the supplied page number and page size. (Inherited from CommonSearchOptions.) | |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Get the value indicating if two CatalogSearchOptions objects are equal. | |
Inequality | Get the value indicating if two CatalogSearchOptions objects are not equal. |
Top
Properties
Name | Description | |
---|---|---|
CacheKey | Gets a cache key string that can be used as a part of a cache key when caching query results. (Overrides CommonSearchOptions..::.CacheKey.) | |
ClassTypes | Gets or sets a CatalogClassType that specifies the class type or types that a method should return from a query. | |
PropertiesToReturn | Gets or sets a comma separated list of properties that a method returns in a query result set. (Inherited from CommonSearchOptions.) | |
PropertiesToReturnArray | Gets or sets the list of properties that should be returned in a query result set as an array of property names. (Inherited from CommonSearchOptions.) | |
RecordsToRetrieve | Gets or sets the number of records to return from the search. (Inherited from CommonSearchOptions.) | |
SortAscending | Obsolete. (Obsolete) Gets or sets a value indicating whether a method should sort in ascending or descending order. (Inherited from CommonSearchOptions.) | |
SortDescending | Gets or sets a value indicating whether a method should sort in ascending or descending order. (Inherited from CommonSearchOptions.) | |
SortProperty | Gets or sets a concatenated string representing the current SortProperties string collection. (Inherited from CommonSearchOptions.) | |
StartingRecord | Gets or sets the starting record to return from the search. (Inherited from CommonSearchOptions.) |
Top