DocumentNodeSerializePropertyTKey, TNode Method (SerializationInfo, StreamingContext, UndoableKeyedCollectionTKey, TNode)

TIBCO Spotfire 11.4 API Reference

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, TNode>(
	SerializationInfo info,
	StreamingContext context,
	UndoableKeyedCollection<TKey, TNode> keyedCollection
)
where TNode : DocumentNode

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo for the document node that owns the keyedCollection.
context
Type: System.Runtime.SerializationStreamingContext
The context.
keyedCollection
Type: Spotfire.Dxp.Framework.DocumentModelUndoableKeyedCollectionTKey, TNode
The keyed collection that shall be serialized.

Type Parameters

TKey
TNode
Version Information

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

Reference