Freigeben über


EntityReference<TEntity>.OnRefDeserialized-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Diese Methode wird intern verwendet, um verknüpfte Entitätsobjekte zu serialisieren.

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

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<OnDeserializedAttribute> _
<SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")> _
<BrowsableAttribute(False)> _
Public Sub OnRefDeserialized ( _
    context As StreamingContext _
)
'Usage
Dim instance As EntityReference 
Dim context As StreamingContext

instance.OnRefDeserialized(context)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[OnDeserializedAttribute]
[SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")]
[BrowsableAttribute(false)]
public void OnRefDeserialized(
    StreamingContext context
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[OnDeserializedAttribute]
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2238:ImplementSerializationMethodsCorrectly")]
[BrowsableAttribute(false)]
public:
void OnRefDeserialized(
    StreamingContext context
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<OnDeserializedAttribute>]
[<SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")>]
[<BrowsableAttribute(false)>]
member OnRefDeserialized : 
        context:StreamingContext -> unit
public function OnRefDeserialized(
    context : StreamingContext
)

Parameter

Siehe auch

Verweis

EntityReference<TEntity> Klasse

System.Data.Entity.Core.Objects.DataClasses-Namespace