Click or drag to resize

EntityCoreTFieldsIDeserializationCallbackOnDeserialization Method

Runs when the entire object graph has been deserialized.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
void IDeserializationCallback.OnDeserialization(
	Object sender
)

Parameters

sender
Type: SystemObject
The object that initiated the callback. The functionality for this parameter is not currently implemented.

Implements

IDeserializationCallbackOnDeserialization(Object)
See Also