ExcelParameter Class

Holds the definition of a single input or output parameter exchanged between the flowsheet and the external spreadsheet in the ExcelUO unit operation.

Definition

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

Constructors

Fields

AnnotationAn optional annotation or description of the parameter.
NameThe display name of the parameter.
UnitThe engineering unit string associated with this parameter.
ValueThe numeric value of the parameter.

Extension Methods

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

See Also