OrderPipeline Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The order processing pipeline (OPP) type.
The OrderPipeline type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OrderPipeline | Overloaded. Initializes a new instance of the OrderPipeline class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute | Executes the Order Processing (OPP) pipeline. (Overrides PipelineBase..::.Execute(Object, Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the name of the pipeline. (Inherited from PipelineBase.) |
Top
Properties
Name | Description | |
---|---|---|
DebugContext | Gets the debug context for this pipeline. (Inherited from PipelineBase.) | |
LoggingEnabled | Gets a value indicating whether pipeline logging is enabled. (Inherited from PipelineBase.) | |
LogPath | Gets the path to the pipeline log file. (Inherited from PipelineBase.) | |
Name | Gets the friendly name of the pipeline. (Inherited from PipelineBase.) | |
PipelineConfigPath | Gets the path to the pipeline configuration (PCF) file. (Inherited from PipelineBase.) | |
TransactionalSetting | Gets the transactional setting of the pipeline. (Inherited from PipelineBase.) |
Top