PaymentMethodRouterPipelineComponent Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
A pipeline component for the Payment Method.
The PaymentMethodRouterPipelineComponent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PaymentMethodRouterPipelineComponent | Initializes a new instance of the PaymentMethodRouterPipelineComponent class. |
Top
Methods
Name | Description | |
---|---|---|
ContextValuesRead | Returns an array of strings containing the ContextValuesRead. These values are read by the Execute method of the pipeline component. | |
Dispose | Releases the resources used by this object. | |
EnableDesign | Use this method to prepare the component for execution in one of two modes: design mode or execution mode. | |
Equals | (Inherited from Object.) | |
Execute | A value indicating error level of the pipeline component execution. | |
Finalize | (Inherited from Object.) | |
GetClassID | Overloaded. Retrieves the class identifier (CLSID) of an object. The CLSID is a unique value that identifies the code that can manipulate the persistent data. | |
GetConfigData | Returns the dictionary object holding the configuration values for this component. | |
GetHashCode | (Inherited from Object.) | |
GetPages | This method is used by the pipeline component to specify the component that displays the configuration dialog box. | |
GetSizeMax | This method returns the maximum size, in bytes, required in the stream to save the data to be persisted. | |
GetType | (Inherited from Object.) | |
InitNew | This method provides an opportunity for the object to initialize its state before any persisted values are loaded. | |
IsDirty | This method reports whether the values of an object have changed since they were last saved. | |
Load | This method loads object data from the specified stream. | |
MemberwiseClone | (Inherited from Object.) | |
Save | This method saves object data to the specified stream. | |
SetConfigData | Loads the configuration values for this component based on the passed in dictionary. | |
ToString | (Inherited from Object.) | |
ValuesRead | Returns an array of strings containing the ContextValuesRead. | |
ValuesWritten | Returns an array of strings containing the ValuesWritten. |
Top