LoadedFromStorage Method
Called after a purchase order object is loaded from the data store 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 OrderForm
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
Remarks
LoadedFromStorage is used to perform post-load marshaling steps specific to this class. Derived classes may 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.