DocumentNode DeserializeProperty TKey, TNode  Method (SerializationInfo, StreamingContext, PropertyName, PropertyName, 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 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
See Also