RelationshipManager.OnDeserialized Method (StreamingContext)

 

Used internally to deserialize entity objects along with the RelationshipManager instances.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[OnDeserializedAttribute]
[SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")]
public void OnDeserialized(
	StreamingContext context
)

Parameters

context
Type: System.Runtime.Serialization.StreamingContext

The serialized stream.