ValuesRead Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Implements the ValuesRead method of IPipelineComponentDescription interface.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)

Syntax

'Declaration
Public Function ValuesRead As Object
'Usage
Dim instance As CheckInventory
Dim returnValue As Object

returnValue = instance.ValuesRead()
public Object ValuesRead()
public:
virtual Object^ ValuesRead() sealed
public final function ValuesRead() : Object

Return Value

Type: System..::.Object
An Object array of order dictionary key strings. These keys are read by the Execute method of the pipeline component.

Remarks

Returns an array of strings that identifies the keys and values that a component reads from the OrderForm object.

Permissions

See Also

Reference

CheckInventory Class

CheckInventory Members

Microsoft.CommerceServer.Inventory Namespace