PipelineBase Members
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.
The PipelineBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PipelineBase | Overloaded. Initializes a new instance of the PipelineBase class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute | Signature for the Execute method for executing a COM pipeline. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the name of the pipeline. (Overrides Object..::.ToString()()().) |
Top
Properties
Name | Description | |
---|---|---|
DebugContext | Gets the debug context for this pipeline. | |
LoggingEnabled | Gets a value indicating whether pipeline logging is enabled. | |
LogPath | Gets the path to the pipeline log file. | |
Name | Gets the friendly name of the pipeline. | |
PipelineConfigPath | Gets the path to the pipeline configuration (PCF) file. | |
TransactionalSetting | Gets the transactional setting of the pipeline. |
Top