PipelineCollection Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents the collection of Pipeline objects configured for the site.
The PipelineCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PipelineCollection | Initializes a new instance of the PipelineCollection class. |
Top
Methods
Name | Description | |
---|---|---|
Add | Add a specified pipeline to the end of the PipelineCollection. | |
CopyTo | Copies all the elements in the PipelineCollection 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 PipelineCollection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the count of the number of elements in the PipelineCollection collection. | |
IsSynchronized | Gets a value indicating whether access to the current PipelineCollection is synchronized (thread-safe). | |
Item | Gets a pipeline from the collection based on the pipeline name. | |
SyncRoot | Gets the object used to synchronize access to the current PipelineCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo |
Top