Share via


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

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

See Also

Reference

OrderFormCollection Class

OrderFormCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace