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 | |
---|---|---|
OrderFormCollection | Initializes a new instance of the OrderFormCollection class with the specified parent order group. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified OrderForm to the end of the OrderFormCollection. | |
Clear | Clears all OrderForm objects from the OrderFormCollection. | |
CopyTo | Copies all the elements in the OrderFormCollection to a compatible one-dimensional array starting at the specified index of the target array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can iterate through the current OrderFormCollection. | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the current OrderFormCollection. | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Returns the index of the OrderForm with the specified identifier. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Overloaded. Removes the specified OrderForm from the collection. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of number unique order forms contained within the OrderFormCollection. | |
IsSynchronized | Gets a value indicating whether access to the current OrderFormCollection is synchronized (thread-safe). | |
Item | Overloaded. Gets the OrderForm object from the current collection, based upon the specified criteria. | |
ParentOrderGroup | Gets the order group to which the current order form collection belongs. | |
SyncRoot | Gets an object used to synchronize access to the current OrderFormCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top