OrderGroupCollection Members

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Represents a collection of OrderGroup objects.

The OrderGroupCollection type exposes the following members.

Constructors

  Name Description
Aa153656.pubmethod(en-US,CS.70).gif OrderGroupCollection Initializes a new instance of the OrderGroupCollection class.

Top

Methods

  Name Description
Aa153656.pubmethod(en-US,CS.70).gif Add Adds the specified OrderGroup to the end of the OrderGroupCollection.
Aa153656.pubmethod(en-US,CS.70).gif Clear Clears all OrderGroup objects from the OrderGroupCollection.
Aa153656.pubmethod(en-US,CS.70).gif CopyTo Copies all the elements in the OrderGroupCollection to a compatible one-dimensional array starting at the specified index of the target array.
Aa153656.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa153656.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa153656.pubmethod(en-US,CS.70).gif GetEnumerator Returns an enumerator that can iterate through the current OrderGroupCollection.
Aa153656.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa153656.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa153656.pubmethod(en-US,CS.70).gif GetXml Returns the XML representation of the current order group collection.
Aa153656.pubmethod(en-US,CS.70).gif IndexOf Overloaded. Returns the index of the OrderGroup with the specified identifier.
Aa153656.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa153656.pubmethod(en-US,CS.70).gif ReadXml Populates the OrderGroupCollection with order groups contained in the supplied XML stream.
Aa153656.pubmethod(en-US,CS.70).gif Remove Overloaded. Removes the specified OrderGroup from the collection.
Aa153656.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa153656.pubproperty(en-US,CS.70).gif Count Gets the count of the unique order groups in the current OrderGroupCollection instance.
Aa153656.pubproperty(en-US,CS.70).gif IsSynchronized Gets a value indicating whether access to the current OrderGroupCollection is synchronized (thread-safe).
Aa153656.pubproperty(en-US,CS.70).gif Item Gets the OrderGroup object from the current collection, based upon the specified index.
Aa153656.pubproperty(en-US,CS.70).gif SyncRoot Gets an object used to synchronize access to the current OrderGroupCollection.

Top

Explicit Interface Implementations

  Name Description
Aa153656.pubinterface(en-US,CS.70).gifAa153656.privmethod(en-US,CS.70).gif ICollection..::.CopyTo

Top

See Also

Reference

OrderGroupCollection Class

Microsoft.CommerceServer.Runtime.Orders Namespace