Partilhar via


InitNew Method

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

This method provides an opportunity for the object to initialize its state before any persisted values are loaded.

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

Syntax

'Declaration
Public Sub InitNew
'Usage
Dim instance As PaymentMethodRouterPipelineComponent

instance.InitNew()
public void InitNew()
public:
virtual void InitNew() sealed
public final function InitNew()

Remarks

This method provides an opportunity for the object to initialize its state before any persisted values are loaded. You should initialize the IsDirty flag of the object within this method.

Implements the InitNew method of the IPersistStreamInit interface.

Permissions

See Also

Reference

PaymentMethodRouterPipelineComponent Class

PaymentMethodRouterPipelineComponent Members

Microsoft.CommerceServer.Orders Namespace