DocumentNode.SerializeProperty Method

Spotfire 14.5 API Reference
Overload List

  NameDescription
Protected methodSerializeProperty<T>(SerializationInfo, StreamingContext, UndoableCrossReferenceProperty<T>)
Serializes an Undoable*Property with value of type T storing it in info with key property.Name.
Protected methodSerializeProperty<TKey, TValue>(SerializationInfo, StreamingContext, UndoableDictionary<TKey, TValue>)
Serializes an UndoableDictionary storing it in info with key given by the property name of the dictionary.
Protected methodSerializeProperty<TKey, TNode>(SerializationInfo, StreamingContext, UndoableKeyedCollection<TKey, TNode>)
Protected methodSerializeProperty<T>(SerializationInfo, StreamingContext, UndoableList<T>)
Serializes an UndoableList with values of type T storing it in info with key list.Name.
Protected methodSerializeProperty<T>(SerializationInfo, StreamingContext, UndoableProperty<T>)
Serializes an UndoableProperty with value of type T storing it in info with key property.Name.
Protected methodSerializeProperty<T>(SerializationInfo, StreamingContext, UndoableSet<T>)
Serializes an UndoableSet storing it in info with key given by the property name of the set.
Top
See Also

Reference