RegularProduct Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Used to represent a regular product in the catalog system.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public NotInheritable Class RegularProduct _
Inherits Product
'Usage
Dim instance As RegularProduct
public sealed class RegularProduct : Product
public ref class RegularProduct sealed : public Product
public final class RegularProduct extends Product
Remarks
This class is maintained for backward compatibility. Use the product class instead.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Catalog..::.CatalogObject
Microsoft.CommerceServer.Catalog..::.MultilingualCatalogObject
Microsoft.CommerceServer.Catalog..::.CatalogItem
Microsoft.CommerceServer.Catalog..::.Product
Microsoft.CommerceServer.Catalog..::.RegularProduct
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.