DocumentNode SerializeProperty TKey, TNode  Method (SerializationInfo, StreamingContext, UndoableKeyedCollection TKey, TNode ) TIBCO Spotfire 6.5 API Reference

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

protected void SerializeProperty<TKey, TNode>(
	SerializationInfo info,
	StreamingContext context,
	UndoableKeyedCollection<TKey, TNode> keyedCollection
)
where TNode : DocumentNode

Parameters

info
Type: System.Runtime.Serialization SerializationInfo
The SerializationInfo for the document node that owns the keyedCollection.
context
Type: System.Runtime.Serialization StreamingContext
The context.
keyedCollection
Type: Spotfire.Dxp.Framework.DocumentModel UndoableKeyedCollection TKey, TNode 
The keyed collection that shall be serialized.
Type Parameters

TKey
TNode
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also