CProduct is base class for all products; this class manages all fields on the Product table but only exposes the basic set of them as properties. Derived classes should then expose those additional fields that they need and any others from other tables.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public class CProduct : iboBase
Visual Basic (Declaration)
Public Class CProduct _
	Inherits iboBase
Visual C++
public ref class CProduct : public iboBase

Inheritance Hierarchy

See Also