Component Properties, Values Read and Written Tab

Use the Component Properties dialog box, Values Read and Written tab, to view the values that the component reads from and writes to the order form and the values it reads from the Context dictionary object. For descriptions of each value read and written, access the corresponding component from the Pipeline Component Reference.

Note

The Pipeline Editor cannot display values read and written for components that do not support the IPipelineComponent Interface.

Use this

To do this

Values Read

View the values that the component reads from the order form before it performs its function.

Values Written

View the values that the component writes to the order form or other dictionaries after it completes its function.

Context Values Read

View the values that the component reads from the Context dictionary object. The Context dictionary object is passed as a parameter to the Execute method of the pipeline.

See Also

Other Resources

How to Create a List of Values Read and Written by a Pipeline

Before You Start Developing with the Orders System

Pipeline Component Reference

Pipeline Component Interfaces