OrderGroupCollection Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the OrderGroupCollection class.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New OrderGroupCollection()
public OrderGroupCollection()
public:
OrderGroupCollection()
public function OrderGroupCollection()
Remarks
Manages a collection of OrderGroup objects. OrderGroupCollection is a sealed implementation class that represents a collection of OrderGroup objects.
OrderGroupCollection implements the ICollection interface.
OrderGroupCollection is used from the OrderContext class when requesting classes derived from OrderGroup such as Basket , OrderTemplate, and PurchaseOrder.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.