PumpSaveData Method

Serializes the pump's state to a list of XML elements.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override List<XElement> SaveData()

Return Value

ListXElement
A list of XElement representing the serialized pump state.

See Also