OrderGroupSearch Class (BCL)

Abstraction of specifying criteria for order group searches.

System.Object
**** Microsoft.CommerceServer.Runtime.Orders.OrderGroupSearch

Public Instance Constructors

Constructor Description
OrderGroupSearch Constructor Creates a new instance of the OrderGroupSearch class.
OrderGroupSearch (OrderContext) Constructor Creates a new instance of the OrderGroupSearch class using the given order context.

 

Public Instance Methods

Method Description
Search(OrderGroupSearchOptions) Performs the specified search for order group information, and returns it as a DataSet.

 

Public Instance Properties

Property Description
DateTimeColumnName DateTime column name of interest for this search.
Description Product description.
EndDateTime DateTime search end value.
FirstName First name of the user of interest.
LastName Last name of the user of interest.
OrderContext Gets or sets the OrderContext object to use for search.
OrderGroupID Order group ID to search for.
OrderNumber Order number to search for.
OrderStatusFilter Specifies order group status codes to search for.
ProductID Product ID to search for.
StartDateTime DateTime search start value.
UserID User ID to search for.
UserOrganizationID User organization ID to search for.
UserOrganizationName User organization name to search for.

 

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.