CReal Parameter Class
This class if for legacy compatibility only. It should NOT be used. Use CapeOpen.RealParameter instead if necessary.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.CapeOpen
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
[SerializableAttribute]
public class CRealParameter : ICapeIdentification,
ICapeParameter, ICapeParameterSpec, ICapeRealParameterSpecVB
<SerializableAttribute>
Public Class CRealParameter
Implements ICapeIdentification, ICapeParameter, ICapeParameterSpec, ICapeRealParameterSpec- Inheritance
- Object CRealParameter
Constructors
Properties
| ComponentDescription | Gets or sets the CAPE identification description. |
| ComponentName | Gets or sets the CAPE identification name. |
| DefaultValue | Gets the default value of the real parameter. |
| Dimensionality | Gets the dimensionality of the parameter specification. |
| LowerBound | Gets the lower bound of the real parameter. |
| Mode | Gets or sets the parameter mode (Input, Output, InOut). |
| Specification | Gets the parameter specification object. |
| Type | Gets the CAPE parameter type (Real, Integer, Boolean, etc.). |
| UpperBound | Gets the upper bound of the real parameter. |
| ValStatus | Gets the validation status of the parameter. |
| value | Gets or sets the parameter value. |
Methods
| Reset | Resets the parameter to its default value. |
| Validate | Validates the parameter value. |
| Validate1 | Validates a real parameter value against its specification. |
Events
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |