RecycleSaveData Method

Serializes the recycle block state to a list of XML elements for persistence.

Definition

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

Return Value

ListXElement
A list of XElement objects representing the current state.

See Also