FlowsheetUOParameter Class

Represents a single input or output parameter mapping for the Flowsheet unit operation.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
[SerializableAttribute]
public class FlowsheetUOParameter : ICustomXMLSerialization
Inheritance
Object    FlowsheetUOParameter
Implements
ICustomXMLSerialization

Constructors

Properties

IDGets or sets the parameter unique identifier.
ObjectIDGets or sets the mapped simulation object ID in the sub-flowsheet.
ObjectPropertyGets or sets the mapped property name on the simulation object.

Methods

LoadDataRestores the parameter from XML.
SaveDataSerializes the parameter to XML.

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also