CatalogObject Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An abstract class that contains properties and methods of the catalog system.
The CatalogObject 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. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasProperty | Returns true if the underlying dataset contains the specified property. | |
Initialize | This method follows the "Template Method" pattern, enforcing the initialization pattern. | |
InitializeEventHandlers | Method to initialize the dataset event handlers for this object. | |
IsPropertyNull | Gets a value indicating whether the specified property contains a nullNothingnullptra null reference (Nothing in Visual Basic) value. | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Reloads the product object from the web service. | |
Save | Overloaded. Saves the changes made to this catalog object. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
DataObject | Gets an object that is used to describe the internal properties of the catalog objects. | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
Item | Gets or sets the object with the specified name. |
Top