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

流上下文。

属性

适用于