EntityReference<TEntity>.OnRefDeserialized Method (StreamingContext)

 

This method is used internally to serialize related entity objects.

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

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

Parameters

context
Type: System.Runtime.Serialization.StreamingContext

The serialized stream.