DocumentNode DeserializeProperty TKey, TNode  Method (SerializationInfo, StreamingContext, PropertyName, PropertyName, 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 DeserializeProperty<TKey, TNode>(
	SerializationInfo info,
	StreamingContext context,
	PropertyName propertyName,
	PropertyName keyPropertyName,
	out UndoableKeyedCollection<TKey, TNode> field
)
where TNode : DocumentNode

Parameters

info
Type: System.Runtime.Serialization SerializationInfo
The SerializationInfo for the document node that owns the property.
context
Type: System.Runtime.Serialization StreamingContext
The context.
propertyName
Type: Spotfire.Dxp.Framework.DocumentModel PropertyName
Name of the property.
keyPropertyName
Type: Spotfire.Dxp.Framework.DocumentModel PropertyName
Name of the key property of the nodes in keyed collection.
field
Type: Spotfire.Dxp.Framework.DocumentModel UndoableKeyedCollection TKey, TNode  
The field that the UndoableKeyedCollection TKey, TNode  will be assigned to. This shall be a readonly field.
Type Parameters

TKey
TNode
Version Information

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