DocumentNodeSerializePropertyTKey, TNode Method (SerializationInfo, StreamingContext, UndoableKeyedCollectionTKey, TNode) TIBCO Spotfire 7.6 API Reference

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
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: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference