This constructor creates a new CStandardOrder.

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

Syntax

C#
public CStandardOrder(
	IiMISUser user
)
Visual Basic
Public Sub New ( _
	user As IiMISUser _
)
Visual C++
public:
CStandardOrder(
	IiMISUser^ user
)

Parameters

user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.

Remarks

The SourceSystem is set to "ORDER" and the SourceCode is set to "WEB." If there is no value set in the Order_Control.WebOrderType parameter in the System_Params table, an order is generated.

See Also