CKitItemOrderLine represents an order line containing a CKitItem (component). A Kit item order line is physically no different than a standard order line except that it may have a description other than the product title. However, it is subordinate to the CStandardOrderLine that contains the order for the kit. The standard order lines will have line numbers that are whole numbers like 1.0, 2.0, 3.0, etc. A kit item order line with have line numbers that are a fraction of the standard order line that contains the kit.

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

Syntax

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

Examples

If a kit is the 5th item on an order, the kit's line number will be 5.0. Then, each component in the kit will have a line starting sequentially at 5.01 and going up for each kit item. For example, line number 5.05 would be the 5th component in the kit ordered on line 5.

Inheritance Hierarchy

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

See Also