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

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
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
See Also