AdjustSave Data Method
Serializes the adjust 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
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.