DocumentNodeSerializePropertyTKey, TValue Method (SerializationInfo, StreamingContext, UndoableDictionaryTKey, TValue)

TIBCO Spotfire 11.4 API Reference
Serializes an UndoableDictionary storing it in info with key given by the property name of the dictionary.

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<TKey, TValue>(
	SerializationInfo info,
	StreamingContext context,
	UndoableDictionary<TKey, TValue> dictionary
)

Parameters

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

Type Parameters

TKey
TValue
Version Information

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

Reference