Entity.OnDeserialized Method
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Called after this Entity has been deserialized.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
<OnDeserializedAttribute> _
Public Sub OnDeserialized ( _
context As StreamingContext _
)
'Usage
Dim instance As Entity
Dim context As StreamingContext
instance.OnDeserialized(context)
[OnDeserializedAttribute]
public void OnDeserialized(
StreamingContext context
)
[OnDeserializedAttribute]
public:
void OnDeserialized(
StreamingContext context
)
[<OnDeserializedAttribute>]
member OnDeserialized :
context:StreamingContext -> unit
public function OnDeserialized(
context : StreamingContext
)
Parameters
- context
Type: System.Runtime.Serialization.StreamingContext
The serialization context.