Freigeben über


RelatedEnd.OnDeserialized-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.]

Wird intern verwendet, um Entitätsobjekte gemeinsam mit den RelationshipManager-Instanzen zu deserialisieren.

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

Syntax

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

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

Parameter

Siehe auch

Verweis

RelatedEnd Klasse

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