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

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo for the document node that owns the property.
context
Type: System.Runtime.SerializationStreamingContext
The context.
propertyName
Type: Spotfire.Dxp.Framework.DocumentModelPropertyName
Name of the property.
keyPropertyName
Type: Spotfire.Dxp.Framework.DocumentModelPropertyName
Name of the key property of the nodes in keyed collection.
field
Type: Spotfire.Dxp.Framework.DocumentModelUndoableKeyedCollectionTKey, TNode
The field that the UndoableKeyedCollectionTKey, TNode will be assigned to. This shall be a readonly field.

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