RegularCatalogProperty Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents all catalog properties except Enumeration properties.
The RegularCatalogProperty 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. (Inherited from CatalogProperty.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasProperty | Returns true if the underlying dataset contains the specified property. (Inherited from CatalogProperty.) | |
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. (Inherited from CatalogProperty.) | |
IsPropertyNull | Gets a value indicating whether the specified property contains a nullNothingnullptra null reference (Nothing in Visual Basic) value. (Inherited from CatalogProperty.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Refresh the CatalogProperty. Ensures that the cache is coherent with the current design-time view properties. (Inherited from CatalogProperty.) | |
Save | Overloaded. | |
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. (Inherited from CatalogProperty.) | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
Information | Returns a CatalogDefinitionsDataSet containing the property information of the current instance. (Inherited from CatalogProperty.) | |
Item | Gets or sets the object with the specified name. (Inherited from CatalogProperty.) | |
Name | Gets the property name. (Inherited from CatalogProperty.) |
Top