Query OnDeserialized Method

This method will call the RootEntity and Constraints to perform their deserialized work that will tie the parents to their children.

Namespace:  Scribe.Core.ConnectorApi.Query

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

[OnDeserializedAttribute]
public   void   OnDeserialized(
	StreamingContext   streamingContext
)

Parameters

streamingContext

Type: System.Runtime.Serialization StreamingContext

The stream context used during the deserialization.

See

Query Class

Scribe.Core.ConnectorApi.Query Namespace