Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the OrderSearchClauseFactory class.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Class OrderSearchClauseFactory _
Inherits SearchClauseFactory
'Usage
Dim instance As OrderSearchClauseFactory
public class OrderSearchClauseFactory : SearchClauseFactory
public ref class OrderSearchClauseFactory : public SearchClauseFactory
public class OrderSearchClauseFactory extends SearchClauseFactory
Remarks
The OrderSearchClauseFactory may be configured to search either Baskets or PurchaseOrders.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer..::.SearchClauseFactory
Microsoft.CommerceServer.Orders..::.OrderSearchClauseFactory
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.