OrderFormCollection Constructor
Initializes a new instance of the OrderFormCollection class with the specified parent order group.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Sub New ( _
parentOrderGroup As OrderGroup _
)
'Usage
Dim parentOrderGroup As OrderGroup
Dim instance As New OrderFormCollection(parentOrderGroup)
public OrderFormCollection(
OrderGroup parentOrderGroup
)
public:
OrderFormCollection(
OrderGroup^ parentOrderGroup
)
public function OrderFormCollection(
parentOrderGroup : OrderGroup
)
Parameters
- parentOrderGroup
Type: Microsoft.CommerceServer.Runtime.Orders..::.OrderGroup
The parent OrderGroup object for this collection.
Remarks
A OrderFormCollection will always be associated with an OrderGroup object.
OrderFormCollection is a sealed implementation class that represents a collection of OrderForm objects.
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.