Share via


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
Aa147928.pubmethod(en-US,CS.70).gif CatalogSearchOptions Overloaded. Initializes a new instance of the CatalogSearchOptions class.

Top

Methods

  Name Description
Aa147928.pubmethod(en-US,CS.70).gif Equals Returns a value indicating whether the currant CatalogSearchOptions object is the same as the specified object. (Overrides Object..::.Equals(Object).)
Aa147928.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa147928.pubmethod(en-US,CS.70).gif GetHashCode Get the hash code of the current CatalogSearchOptions object. (Overrides Object..::.GetHashCode()()().)
Aa147928.protmethod(en-US,CS.70).gif GetSearchOptionsData Returns the underlying CatalogSearchOptions object. (Inherited from CommonSearchOptions.)
Aa147928.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa147928.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa147928.pubmethod(en-US,CS.70).gif SetPaging Sets the StartingRecord and RecordsToRetrieve properties based on the supplied page number and page size. (Inherited from CommonSearchOptions.)
Aa147928.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Operators

  Name Description
Aa147928.puboperator(en-US,CS.70).gifAa147928.static(en-US,CS.70).gif Equality Get the value indicating if two CatalogSearchOptions objects are equal.
Aa147928.puboperator(en-US,CS.70).gifAa147928.static(en-US,CS.70).gif Inequality Get the value indicating if two CatalogSearchOptions objects are not equal.

Top

Properties

  Name Description
Aa147928.pubproperty(en-US,CS.70).gif CacheKey Gets a cache key string that can be used as a part of a cache key when caching query results. (Overrides CommonSearchOptions..::.CacheKey.)
Aa147928.pubproperty(en-US,CS.70).gif ClassTypes Gets or sets a CatalogClassType that specifies the class type or types that a method should return from a query.
Aa147928.pubproperty(en-US,CS.70).gif PropertiesToReturn Gets or sets a comma separated list of properties that a method returns in a query result set. (Inherited from CommonSearchOptions.)
Aa147928.pubproperty(en-US,CS.70).gif 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.)
Aa147928.pubproperty(en-US,CS.70).gif RecordsToRetrieve Gets or sets the number of records to return from the search. (Inherited from CommonSearchOptions.)
Aa147928.pubproperty(en-US,CS.70).gif SortAscending Obsolete. (Obsolete) Gets or sets a value indicating whether a method should sort in ascending or descending order. (Inherited from CommonSearchOptions.)
Aa147928.pubproperty(en-US,CS.70).gif SortDescending Gets or sets a value indicating whether a method should sort in ascending or descending order. (Inherited from CommonSearchOptions.)
Aa147928.pubproperty(en-US,CS.70).gif SortProperty Gets or sets a concatenated string representing the current SortProperties string collection. (Inherited from CommonSearchOptions.)
Aa147928.pubproperty(en-US,CS.70).gif StartingRecord Gets or sets the starting record to return from the search. (Inherited from CommonSearchOptions.)

Top

See Also

Reference

CatalogSearchOptions Class

Microsoft.CommerceServer.Catalog Namespace