CompoundSave Data Method
Saves compound data to a list of XML elements for serialization.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
A list of XML elements representing the serialized compound data.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public List<XElement> SaveData()VB
Public Function SaveData As List(Of XElement)Return Value
ListXElementA list of XML elements representing the serialized compound data.