CatalogProperty Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides properties and methods to manage catalog properties.
The CatalogProperty type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FixUpProxyDataObject | (Private) Some fields in the Proxy Data Object may be null. (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).) | |
Initialize | This method follows the "Template Method" pattern, enforcing the initialization pattern. (Inherited from CatalogObject.) | |
InitializeEventHandlers | (Private) Initializes the Agent.ProductCatalog object from a proxy.ProductCatalog 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 | Refresh the CatalogProperty. Ensures that the cache is coherent with the current design-time view properties. (Overrides CatalogObject..::.Refresh()()().) | |
Save | Overloaded. Saves the changes made to the CatalogProperty 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.) | |
DataType | Gets the CatalogDataType of the current property. | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
Information | Returns a CatalogDefinitionsDataSet containing the property information of the current instance. | |
Item | Gets or sets the object with the specified name. (Overrides CatalogObject..::.Item[([(String])]).) | |
Name | Gets the property name. |
Top