EntityReference<TEntity>.OnSerializing-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)> _
<SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")> _
<BrowsableAttribute(False)> _
<OnSerializingAttribute> _
Public Sub OnSerializing ( _
context As StreamingContext _
)
'Usage
Dim instance As EntityReference
Dim context As StreamingContext
instance.OnSerializing(context)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")]
[BrowsableAttribute(false)]
[OnSerializingAttribute]
public void OnSerializing(
StreamingContext context
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2238:ImplementSerializationMethodsCorrectly")]
[BrowsableAttribute(false)]
[OnSerializingAttribute]
public:
void OnSerializing(
StreamingContext context
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<SuppressMessageAttribute("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")>]
[<BrowsableAttribute(false)>]
[<OnSerializingAttribute>]
member OnSerializing :
context:StreamingContext -> unit
public function OnSerializing(
context : StreamingContext
)
Parameter
- context
Typ: System.Runtime.Serialization.StreamingContext
Der serialisierte Stream.