DocumentNodeDeserializePropertyTKey, TValue Method (SerializationInfo, StreamingContext, PropertyName, UndoableDictionaryTKey, TValue)

TIBCO Spotfire 11.4 API Reference

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
protected void DeserializeProperty<TKey, TValue>(
	SerializationInfo info,
	StreamingContext context,
	PropertyName propertyName,
	out UndoableDictionary<TKey, TValue> field
)

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
The name of the dictionary.
field
Type: Spotfire.Dxp.Framework.DocumentModelUndoableDictionaryTKey, TValue
The field that the UndoableDictionaryTKey, TValue will be assigned to. This shall be a readonly field.

Type Parameters

TKey
TValue
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference