OrderGroupCollection Class

Represents a collection of OrderGroup objects.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class OrderGroupCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As OrderGroupCollection
[SerializableAttribute]
public sealed class OrderGroupCollection : ICollection, 
    IEnumerable
[SerializableAttribute]
public ref class OrderGroupCollection sealed : ICollection, 
    IEnumerable
public final class OrderGroupCollection implements ICollection, IEnumerable

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.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Orders..::.OrderGroupCollection

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.

See Also

Reference

OrderGroupCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace