Sets the Stage on the COrder. Only available to derived classes.

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

Syntax

C#
protected void SetOrderStage(
	OrderStage stage
)
Visual Basic (Declaration)
Protected Sub SetOrderStage ( _
	stage As OrderStage _
)
Visual C++
protected:
void SetOrderStage(
	OrderStage stage
)

Parameters

stage
Type: Asi.iBO.Commerce..::.OrderStage
The new stage for the COrder.

See Also