CatalogSet Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An abstract class that contains properties and methods used to manage a catalog set in the catalog system.
The CatalogSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FixUpProxyDataObject | Method to fix the missing values in the proxy data object. (Overrides CatalogObject..::.FixUpProxyDataObject()()().) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasProperty | Returns true if the underlying dataset contains the specified property. (Overrides CatalogObject..::.HasProperty(String).) | |
HookUpInformation | Hook up dataset events for information dataset. | |
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. (Overrides CatalogObject..::.InitializeEventHandlers()()().) | |
IsPropertyNull | Gets a value indicating whether the specified property contains a nullNothingnullptra null reference (Nothing in Visual Basic) value. (Overrides CatalogObject..::.IsPropertyNull(String).) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Reloads the catalogset object from the web service. (Overrides CatalogObject..::.Refresh()()().) | |
Save | Overloaded. Saves the changes made to this CatalogSets object. | |
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. | |
CatalogSetId | Gets the Guid of the catalog set. | |
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. | |
IncludedCatalogs | Gets the ProductCatalogCollection containing the list of product catalogs in this catalog set. | |
Information | Gets the CatalogSetsDataset containing the information. | |
Item | Gets or sets CatalogSet at a particular index in the CatalogSets. An indexer which returns the value for the specified propertyName. (Overrides CatalogObject..::.Item[([(String])]).) | |
Name | Gets the name of the catalogset. | |
NotIncludedCatalogs | Gets the ProductCatalogCollection containing the list of product catalogs not in this catalog set. |
Top