Share via


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.Catalog
Assembly:  Microsoft.CatalogServer (in Microsoft.CatalogServer.dll)

Syntax

'Declaration
Public Overridable Function ValuesWritten As Object
'Usage
Dim instance As QueryCatalogInfoClass
Dim returnValue As Object

returnValue = instance.ValuesWritten()
public virtual Object ValuesWritten()
public:
virtual Object^ ValuesWritten()
public 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

See Also

Reference

QueryCatalogInfoClass Class

QueryCatalogInfoClass Members

Microsoft.CommerceServer.Catalog Namespace