Click or drag to resize

Parameter Class

Inheritance Hierarchy
SystemObject
  DWSIM.UnitOperations.UnitOperations.Auxiliary.SepOpsParameter

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.SepOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax
[SerializableAttribute]
public class Parameter : ICustomXMLSerialization
Request Example View Source

The Parameter type exposes the following members.

Constructors
 NameDescription
Public methodParameter 
Top
Properties
 NameDescription
Public propertyMaxVal 
Public propertyMinVal 
Public propertyParamType 
Public propertyValue 
Top
Methods
 NameDescription
Public methodLoadData 
Public methodSaveData 
Public methodToString
(Overrides ObjectToString)
Top
Fields
 NameDescription
Private field_maxval 
Private field_minval 
Private fieldm_type 
Private fieldm_value 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also