CatalogSiteAgent Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The CatalogSiteAgent class contains configuration for a connection directly to a Commerce Server site's catalog database. This class cannot be inherited.
The CatalogSiteAgent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CatalogSiteAgent | Initializes a new instance of the CatalogSiteAgent class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AuthorizationMode | Gets or sets the authorization model for use with the CatalogContext to be created. | |
AuthorizationPolicyPath | Gets or sets the path to the Authorization Manager authorization policy for use with the CatalogContext to be created. | |
IgnoreInventorySystem | Gets or sets a flag indicating that this connection should ignore an inventory system if one is present. | |
SiteName | Gets or sets the name of the Commerce Server site to use with the CatalogContext to be created. |
Top