OnDeserialization Method
Runs after the dictionary has been deserialized.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides Sub OnDeserialization ( _
sender As Object _
)
'Usage
Dim instance As WeaklyTypedPropertyDictionary
Dim sender As Object
instance.OnDeserialization(sender)
public override void OnDeserialization(
Object sender
)
public:
virtual void OnDeserialization(
Object^ sender
) override
public override function OnDeserialization(
sender : Object
)
Parameters
- sender
Type: System..::.Object
Required parameter for IDeserializationCallback. It is described as the object that initiated the callback. The source of the deserialization event. The functionality for the parameter is not currently implemented.
Implements
IDeserializationCallback..::.OnDeserialization(Object)
IDeserializationCallback..::.OnDeserialization(Object)
Remarks
Fixes up any parent object references (backpointers).
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
WeaklyTypedPropertyDictionary Class