PanelStateIObjectReferenceGetRealObject Method

Spotfire 14.3 API Reference
Returns the real object that should be deserialized, rather than the object that the serialized stream specifies.

Namespace:  Spotfire.Dxp.Application.Layout
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
Object IObjectReference.GetRealObject(
	StreamingContext context
)

Parameters

context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext from which the current object is deserialized.

Return Value

Type: Object
Returns the actual object that is put into the graph.

Implements

IObjectReferenceGetRealObject(StreamingContext)
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference