IsDirty Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This method reports whether the values of an object have changed since they were last saved.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.DataManagement (in Microsoft.CommerceServer.Orders.DataManagement.dll)
Syntax
'Declaration
Public Sub IsDirty
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
instance.IsDirty()
public void IsDirty()
public:
virtual void IsDirty() sealed
public final function IsDirty()
Remarks
This method reports whether the values of an object have changed since they were last saved. It returns the value of the IsDirty flag of the object. The flag should be cleared by the object in its implementation of the Save method.
Implements the IsDirty method of the IPersistStreamInit interface.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PaymentMethodRouterPipelineComponent Class