CStandardOrderLine is the standard order line class for product orders.

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

Syntax

C#
public class CStandardOrderLine : COrderLine
Visual Basic
Public Class CStandardOrderLine _
	Inherits COrderLine
Visual C++
public ref class CStandardOrderLine : public COrderLine

Inheritance Hierarchy

System..::..Object
  Asi.iBO..::..iboBase
    Asi.iBO.Commerce..::..COrderLine
      Asi.iBO.Commerce..::..CStandardOrderLine
        Asi.iBO.Commerce..::..CKitItemOrderLine

See Also