ValuesWritten Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Implements the ValuesWritten method of IPipelinecomponentDescription interface.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)
Syntax
'Declaration
Public Function ValuesWritten As Object
'Usage
Dim instance As CheckInventory
Dim returnValue As Object
returnValue = instance.ValuesWritten()
public Object ValuesWritten()
public:
virtual Object^ ValuesWritten() sealed
public final function ValuesWritten() : Object
Return Value
Type: System..::.Object
An Object array of order dictionary key strings. These keys are written by the Execute method of the pipeline component.
Remarks
Identifies the keys and values that a component modifies in the OrderForm object.
These keys are not present in the order dictionary by default. The keys are added to the order dictionary during the pipeline component processing.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.