EntityCoreTFieldsOnDeserialized Method |
Called at the end of the deserialization constructor. Method is used when this object is deserialized. Override this method to
tap into the deserialization sequence. (binary/soap formatter specific).
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxprotected virtual void OnDeserialized(
SerializationInfo info,
StreamingContext context
)
Protected Overridable Sub OnDeserialized (
info As SerializationInfo,
context As StreamingContext
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The info. - context
- Type: System.Runtime.SerializationStreamingContext
The context.
See Also