June, 2006

Posts
  • Vkumar's Commerce WebLog

    Extensibility Notes

    • 3 Comments
    Restrictions on Collection Semantics The mapped storage, Pipeline Adapter, and XML serialization support in the Orders system will not work with custom collections that implement dictionary collection semantics. Any collection’s GetEnumerator method...
  • Vkumar's Commerce WebLog

    Changing Column Matching for OrderTemplate and Basket Persistence

    • 2 Comments
    During Basket and OrderTemplate persistence, the Orders system performs column matching against column names in the OrderTemplatesAndBaskets table. When a column of the table matches in a case-insensitive fashion the name of a strongly-typed or weakly...
  • Vkumar's Commerce WebLog

    Mapping Weakly Typed Properties to Storage

    • 4 Comments
    You can think of any class property as a name-value pair. Strongly typed properties are properties defined as part of a class definition. Weakly typed properties are properties that have not been added as class properties to a class, but instead are placed...
  • Vkumar's Commerce WebLog

    Extending the Orders System

    • 13 Comments
    The Orders system Commerce Server 2007, enables you to extend the default objects with custom strongly typed properties and custom methods. The Orders system is accessible through the Microsoft.CommerceServer.Runtime.Orders namespace. Using the Orders...
Page 1 of 1 (4 items)