次の方法で共有


EntityCollection<TEntity>.OnCollectionDeserialized メソッド

定義

エンティティ オブジェクトを逆シリアル化する目的で内部的に使用されます。

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2238:ImplementSerializationMethodsCorrectly")]
[System.Runtime.Serialization.OnDeserialized]
public void OnCollectionDeserialized(System.Runtime.Serialization.StreamingContext context);
member this.OnCollectionDeserialized : System.Runtime.Serialization.StreamingContext -> unit
Public Sub OnCollectionDeserialized (context As StreamingContext)

パラメーター

context
StreamingContext

ストリーム コンテキスト。

属性

適用対象