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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The StaticCatalogSet class manages a static CatalogSet.
The StaticCatalogSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddProductCatalog | Adds a ProductCatalog to the catalog set. The Save method should be called to save the changes in the catalog system. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FixUpProxyDataObject | Method to fix the missing values in the proxy data object. (Inherited from CatalogSet.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
HasProperty | Returns true if the underlying dataset contains the specified property. (Inherited from CatalogSet.) |
![]() |
HookUpInformation | Hook up dataset events for information dataset. (Inherited from CatalogSet.) |
![]() |
Initialize | This method follows the "Template Method" pattern, enforcing the initialization pattern. (Inherited from CatalogObject.) |
![]() |
InitializeEventHandlers | Method to initialize the dataset event handlers for this object. (Inherited from CatalogSet.) |
![]() |
IsPropertyNull | Gets a value indicating whether the specified property contains a nullNothingnullptra null reference (Nothing in Visual Basic) value. (Inherited from CatalogSet.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Refresh | Reloads the catalogset object from the web service. (Inherited from CatalogSet.) |
![]() |
RemoveProductCatalog | Removes the ProductCatalog from the catalog set. The Save method should be called to save the changes in the catalog system. |
![]() |
Save | Overloaded. |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) |
![]() |
CatalogSetData | Gets a CatalogSet containing the data XmlData for this object. (Inherited from CatalogSet.) |
![]() |
CatalogSetId | Gets the Guid of the catalog set. (Inherited from CatalogSet.) |
![]() |
DataObject | Gets an object that is used to describe the internal properties of the catalog objects. (Inherited from CatalogObject.) |
![]() |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) |
![]() |
Description | Gets or sets the description of the catalog set. (Inherited from CatalogSet.) |
![]() |
IncludedCatalogs | Gets the ProductCatalogCollection containing the list of product catalogs in this catalog set. (Inherited from CatalogSet.) |
![]() |
Information | Gets the CatalogSetsDataset containing the information. (Inherited from CatalogSet.) |
![]() |
Item | Gets or sets CatalogSet at a particular index in the CatalogSets. An indexer which returns the value for the specified propertyName. (Inherited from CatalogSet.) |
![]() |
Name | Gets the name of the catalogset. (Inherited from CatalogSet.) |
![]() |
NotIncludedCatalogs | Gets the ProductCatalogCollection containing the list of product catalogs not in this catalog set. (Inherited from CatalogSet.) |
Top