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 | |
---|---|---|
OrderGroupCollection | Initializes a new instance of the OrderGroupCollection class. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified OrderGroup to the end of the OrderGroupCollection. | |
Clear | Clears all OrderGroup objects from the OrderGroupCollection. | |
CopyTo | Copies all the elements in the OrderGroupCollection 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 OrderGroupCollection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetXml | Returns the XML representation of the current order group collection. | |
IndexOf | Overloaded. Returns the index of the OrderGroup with the specified identifier. | |
MemberwiseClone | (Inherited from Object.) | |
ReadXml | Populates the OrderGroupCollection with order groups contained in the supplied XML stream. | |
Remove | Overloaded. Removes the specified OrderGroup from the collection. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the unique order groups in the current OrderGroupCollection instance. | |
IsSynchronized | Gets a value indicating whether access to the current OrderGroupCollection is synchronized (thread-safe). | |
Item | Gets the OrderGroup object from the current collection, based upon the specified index. | |
SyncRoot | Gets an object used to synchronize access to the current OrderGroupCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top