GetAllowedStatus Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the state transition table contents.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Function GetAllowedStatus As DataSet
'Usage
Dim instance As OrderManagementContext
Dim returnValue As DataSet

returnValue = instance.GetAllowedStatus()
public DataSet GetAllowedStatus()
public:
DataSet^ GetAllowedStatus()
public function GetAllowedStatus() : DataSet

Return Value

Type: System.Data..::.DataSet
A DataSet containing the state transition table contents.

Remarks

Returns the contents of the state transition table. This method delegates the call to DoGetAllowedStatus.

Permissions

See Also

Reference

OrderManagementContext Class

OrderManagementContext Members

Microsoft.CommerceServer.Orders Namespace