CatalogDefinition Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides properties and methods to manage catalog and category definitions.
The CatalogDefinition type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddProperty | Adds a property to the current definition. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FixUpProxyDataObject | Method to fix the missing values in the proxy data object. (Inherited from CatalogObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasProperty | Returns true if the underlying dataset contains the specified property. (Overrides CatalogObject..::.HasProperty(String).) | |
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 CatalogObject.) | |
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 | Refresh the Catalog Definitions. Ensures that the cache is coherent with the current design-time view definitions. (Overrides CatalogObject..::.Refresh()()().) | |
RemoveProperty | Removes an existing property from the current definition. | |
Save | Overloaded. Saves changes made to the CatalogDefinition object to the catalog system. | |
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. (Inherited from CatalogObject.) | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
DefinitionProperties | Gets a CatalogDefinitionPropertiesDataSet containing the properties in the current definition. | |
DefinitionType | Gets the definition type of the current instance. | |
Description | Gets or sets the description of the current catalog definition. | |
Information | Gets a CatalogDefinitionsDataSet containing definition information for the current instance. | |
Item | Gets or sets properties of the specified propertyName. (Overrides CatalogObject..::.Item[([(String])]).) | |
Name | Gets the name of the definition of the current instance. |
Top