PEMFuelCellModelParameterLoadData Method

Restores this parameter from a list of XML elements.

Definition

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

Parameters

data  ListXElement
 

Return Value

Boolean

Implements

ICustomXMLSerializationLoadData(ListXElement)

See Also