PipelineBase Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The abstract base class that contains properties and methods for pipeline instances.
Namespace: Microsoft.CommerceServer.Runtime.Pipelines
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public MustInherit Class PipelineBase
'Usage
Dim instance As PipelineBase
public abstract class PipelineBase
public ref class PipelineBase abstract
public abstract class PipelineBase
Remarks
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.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime.Pipelines..::.PipelineBase
Microsoft.CommerceServer.Runtime.Pipelines..::.ContentSelectionPipeline
Microsoft.CommerceServer.Runtime.Pipelines..::.OrderPipeline
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.