UnitOpBaseClassLoadData Method

Restores the unit operation state from a list of XML elements previously produced by SaveData.

Definition

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

Parameters

data  ListXElement
The list of XElement objects containing serialized state.

Return Value

Boolean
True if the data was loaded successfully.

See Also