COrder represents the base class for an order for a product, event registration, dues item, etc. The derived classes should be used to do real order work.

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

Syntax

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

Inheritance Hierarchy

See Also