CommerceContext Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The primary class used to interface with Commerce Server. This class cannot be inherited.
The CommerceContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Use this method to release resources used by the CommerceContext object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCatalogsForUser | Returns a collection of the catalogs for the current user. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LogCommerceEvent | Use this method to log a commerce event. | |
MemberwiseClone | (Inherited from Object.) | |
RegisterDisposable | Use this method to register page-scoped objects for disposal. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AuthenticationInfo | Gets an AuthenticationInfo object that was created by the CommerceAuthenticationModule class. | |
Caches | Gets a CommerceCacheCollection object containing the collection of caches configured for the site. | |
CatalogSystem | Gets a CatalogContext object for use on the site. | |
Current | Gets a CommerceContext object containing the current request. | |
DebugContext | Gets the debug mode used throughout the site. | |
OrderSystem | Gets an OrderContext specifying the order related operations used on the site. | |
OrganizationProfile | Gets the Profile object containing the organization profile for the current user. | |
Pipelines | Gets a PipelineCollection object containing the collection of pipelines used on the site. | |
ProfileSystem | Gets or sets the ProfileContext object used on the site. | |
QueryStringBuilder | Gets a QueryStringBuilder object used on the site. | |
Resources | Gets the CommerceResourceCollection object containing site resources configured for the site. | |
SiteName | Gets the name of the Commerce Server site. | |
TargetingSystem | Gets the TargetingSystemInfo object for use on the site. | |
UserID | Gets or sets the user identification for the current user. | |
UserProfile | Gets or sets the profile for the current user. |
Top