DocumentNodeSerializePropertyT Method (SerializationInfo, StreamingContext, UndoableCrossReferencePropertyT)

TIBCO Spotfire 11.4 API Reference
Serializes an Undoable*Property with value of type T storing it in info with key property.Name.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
protected void SerializeProperty<T>(
	SerializationInfo info,
	StreamingContext context,
	UndoableCrossReferenceProperty<T> property
)
where T : DocumentNode

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo for the document node that owns the property.
context
Type: System.Runtime.SerializationStreamingContext
The context.
property
Type: Spotfire.Dxp.Framework.DocumentModelUndoableCrossReferencePropertyT
The property to Serialize.

Type Parameters

T
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference