OrderFormCollection Members

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

Represents a collection of OrderForm objects. This class cannot be inherited.

The OrderFormCollection type exposes the following members.

Constructors

  Name Description
Aa153598.pubmethod(en-US,CS.70).gif OrderFormCollection Initializes a new instance of the OrderFormCollection class with the specified parent order group.

Top

Methods

  Name Description
Aa153598.pubmethod(en-US,CS.70).gif Add Adds the specified OrderForm to the end of the OrderFormCollection.
Aa153598.pubmethod(en-US,CS.70).gif Clear Clears all OrderForm objects from the OrderFormCollection.
Aa153598.pubmethod(en-US,CS.70).gif CopyTo Copies all the elements in the OrderFormCollection to a compatible one-dimensional array starting at the specified index of the target array.
Aa153598.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa153598.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa153598.pubmethod(en-US,CS.70).gif GetEnumerator Returns an enumerator that can iterate through the current OrderFormCollection.
Aa153598.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa153598.pubmethod(en-US,CS.70).gif GetObjectData Populates a SerializationInfo with the data needed to serialize the current OrderFormCollection.
Aa153598.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa153598.pubmethod(en-US,CS.70).gif IndexOf Overloaded. Returns the index of the OrderForm with the specified identifier.
Aa153598.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa153598.pubmethod(en-US,CS.70).gif Remove Overloaded. Removes the specified OrderForm from the collection.
Aa153598.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa153598.pubproperty(en-US,CS.70).gif Count Gets the count of number unique order forms contained within the OrderFormCollection.
Aa153598.pubproperty(en-US,CS.70).gif IsSynchronized Gets a value indicating whether access to the current OrderFormCollection is synchronized (thread-safe).
Aa153598.pubproperty(en-US,CS.70).gif Item Overloaded. Gets the OrderForm object from the current collection, based upon the specified criteria.
Aa153598.pubproperty(en-US,CS.70).gif ParentOrderGroup Gets the order group to which the current order form collection belongs.
Aa153598.pubproperty(en-US,CS.70).gif SyncRoot Gets an object used to synchronize access to the current OrderFormCollection.

Top

Explicit Interface Implementations

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

Top

See Also

Reference

OrderFormCollection Class

Microsoft.CommerceServer.Runtime.Orders Namespace