Solids SeparatorSave Data Method
Saves the object state to a list of XML elements for serialization.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
A list of XElement objects representing the current state.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public override List<XElement> SaveData()VB
Public Overrides Function SaveData As List(Of XElement)Return Value
ListXElementA list of XElement objects representing the current state.