Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Objects and types in the common language runtime are organized in a namespace hierarchy that allows similar types to be grouped by using a logical name. For example, types related to low-level input/output operations such as file reading and writing are grouped in the namespace System.IO.
The Base Class Library namespaces exposed in the Commerce Server .NET Application Framework are grouped by functional area to make it easier for you to discover and use them. The root namespace for the Base Class Library layer is Microsoft.CommerceServer.Runtime, and it groups all core Commerce Server run-time objects.
The namespaces implemented in Commerce Server 2002 are:
- Microsoft.CommerceServer.Runtime
- Microsoft.CommerceServer.Runtime.Caching
- Microsoft.CommerceServer.Runtime.Catalog
- Microsoft.CommerceServer.Runtime.Configuration
- Microsoft.CommerceServer.Runtime.Diagnostics
- Microsoft.CommerceServer.Runtime.Orders
- Microsoft.CommerceServer.Runtime.Pipelines
- Microsoft.CommerceServer.Runtime.Profiles
- Microsoft.CommerceServer.Runtime.Targeting
See Also
Primary Interop Assembly Namespaces
Copyright © 2005 Microsoft Corporation.
All rights reserved.