CRealParameter 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
[SerializableAttribute]
public class CRealParameter : ICapeIdentification, 
	ICapeParameter, ICapeParameterSpec, ICapeRealParameterSpec
Inheritance
Object    CRealParameter
Implements
ICapeIdentification, ICapeParameter, ICapeParameterSpec, ICapeRealParameterSpec

Constructors

Properties

ComponentDescriptionGets or sets the CAPE identification description.
ComponentNameGets or sets the CAPE identification name.
DefaultValueGets the default value of the real parameter.
DimensionalityGets the dimensionality of the parameter specification.
LowerBoundGets the lower bound of the real parameter.
ModeGets or sets the parameter mode (Input, Output, InOut).
SpecificationGets the parameter specification object.
TypeGets the CAPE parameter type (Real, Integer, Boolean, etc.).
UpperBoundGets the upper bound of the real parameter.
ValStatusGets the validation status of the parameter.
valueGets or sets the parameter value.

Methods

ResetResets the parameter to its default value.
ValidateValidates the parameter value.
Validate1Validates a real parameter value against its specification.

Events

Fields

Extension Methods

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

See Also