FilterBaseGetObjectData Method

Spotfire 14.2 API Reference
Populates a SerializationInfo with the data needed to serialize the target object.

Namespace:  Spotfire.Dxp.Application.Filters
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 64.0.19302.3267 (64.0.19302.3267)
Syntax

C#
protected override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo to populate with data.
context
Type: System.Runtime.SerializationStreamingContext
The destination (see StreamingContext) for this serialization.
Version Information

Supported in: 7.11
See Also

Reference