Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called after an entire purchase order class graph is loaded from mapped storage to allow custom post-load marshaling.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides Sub LoadedFromStorage ( _
rootInstance As Object _
)
'Usage
Dim instance As Shipment
Dim rootInstance As Object
instance.LoadedFromStorage(rootInstance)
public override void LoadedFromStorage(
Object rootInstance
)
public:
virtual void LoadedFromStorage(
Object^ rootInstance
) override
public override function LoadedFromStorage(
rootInstance : Object
)
Parameters
- rootInstance
Type: System..::.Object
A reference to the loaded purchase order-derived object.
Remarks
Used to perform post-load marshaling steps specific to this class. Derived classes can override this method but should call the base class version.
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.