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)
'Declaration
Public Function ValuesWritten As Object
'Usage
Dim instance As UpdateInventory
Dim returnValue As Object
returnValue = instance.ValuesWritten()
public Object ValuesWritten()
public:
virtual Object^ ValuesWritten() sealed
public final function ValuesWritten() : Object
Type: System..::.Object
An Object array of order dictionary key strings. These keys are written by the Execute method of the pipeline component.
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.
- 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.