PipelineBase Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the PipelineBase class.
Overload List
Name | Description | |
---|---|---|
PipelineBase(String, String, Boolean, String) | Initializes a new instance of the PipelineBase class with the specified parameter values. | |
PipelineBase(String, String, Boolean, String, DebugContext) | Obsolete. Initializes a new instance of the PipelineBase class. | |
PipelineBase(String, String, Boolean, String, Boolean) | Initializes a new instance of the PipelineBase class with the specified parameter values. | |
PipelineBase(String, String, Boolean, String, Boolean, DebugContext) | Obsolete. Initializes a new instance of the PipelineBase class with the specified parameter values. |
Top
Remarks
Called by derived classes to construct the abstract PipelineBase class with the specified parameter values. Implements the functionality for the derived classes. The abstract class PipelineBase is the base class for pipeline objects. The following classes derive from the PipelineBase class:
OrderPipeline - The order processing pipeline (OPP) type.
ContentSelectionPipeline - The content selection framework (CSF) pipeline type.