Extending the Orders Runtime
There are two ways to extend the Orders System runtime classes:
Derive a new class from an Orders class.
Add a new property to an Orders class by using the weakly-typed property indexer that each Orders class provides.
The topics in this section describe both ways to extend the Orders runtime classes.
In This Section
Reference
Microsoft.CommerceServer.Runtime.Orders
See Also
Other Resources
Developing with the Orders System