DocumentNodeDeserializePropertyTKey, TNode Method (SerializationInfo, StreamingContext, PropertyName, PropertyName, UndoableKeyedCollectionTKey, TNode)

Spotfire 15.0 API Reference

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


See Also

Reference