OrderGroupSearchOptions Class (BCL)

Absracts order group search results specification.

System.Object
   Microsoft.CommerceServer.Runtime.Orders.OrderGroupSearchOptions

Public Instance Constructor

Constructor Description
OrderGroupSearchOptions Constructor Creates a new instance of the OrderGroupSearchOptions class.

 

Public Instance Properties

Property Description
Columns Columns of interest.
FetchLineItemInformation Indicates whether line item information should be retrieved from the database or not.
FetchOrderFormInformation Specifies whether order form information should be retrieved as part of the search operation, or not.
PageNumber Sets the page number of interest.
PageSize Sets the page size.
SortColumnName Column to sort by.
SortResultsInAscendingOrder Specifies whether results should be retrieved sorted by ascending order on the sort column name.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.