Cape Array Parameter Class
Represents a CAPE-OPEN array parameter with validation and dimensionality support.
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 CapeArrayParameter : CapeParameter,
ICapeArrayParameterSpecVB
<SerializableAttribute>
Public Class CapeArrayParameter
Inherits CapeParameter
Implements ICapeArrayParameterSpec- Inheritance
- Object CapeIdentification CapeParameter CapeArrayParameter
- Implements
- ICapeArrayParameterSpec
Constructors
Properties
| ComponentDescription |
Gets and sets the description of the component.
(Inherited from CapeIdentification) |
| ComponentName |
Gets and sets the name of the component.
(Inherited from CapeIdentification) |
| ItemsSpecifications | Gets the items specifications of the array parameter. |
| Mode |
Gets and sets the mode of the parameter.
(Inherited from CapeParameter) |
| NumDimensions | Gets the number of dimensions of the array parameter. |
| Size | Gets the size of the array parameter. |
| Type | Gets the CAPE parameter type (Array). (Overrides CapeParameterType) |
| ValStatus |
Gets the flag to indicate parameter validation's status.
(Inherited from CapeParameter) |
| value | Gets or sets the array parameter value. |
Methods
| NotifyPropertyChanged |
Notifies the collection that the value of a proparty of the parameter has been changed.
(Inherited from CapeIdentification) |
| OnComponentDescriptionChanged |
Occurs when the user changes of the description of a component.
(Inherited from CapeIdentification) |
| OnComponentNameChanged |
Occurs when the user changes of the description of a component.
(Inherited from CapeIdentification) |
| OnParameterModeChanged |
Occurs when the user changes of the mode of a parameter.
(Inherited from CapeParameter) |
| OnParameterReset |
Occurs when the user resets a parameter.
(Inherited from CapeParameter) |
| OnParameterValidated |
Occurs when a parameter is validated.
(Inherited from CapeParameter) |
| OnParameterValueChanged |
Occurs when the user changes of the value of a paramter.
(Inherited from CapeParameter) |
| Reset | Resets the array parameter to its default value. (Overrides CapeParameterReset) |
| Validate | Validates the array parameter value. (Overrides CapeParameterValidate(String)) |
| Validate1 | Validates the array parameter value against its specification. |
Events
| ComponentDescriptionChanged |
Occurs when the user changes of the description of a component.
(Inherited from CapeIdentification) |
| ComponentNameChanged |
Occurs when the user changes of the name of a component.
(Inherited from CapeIdentification) |
| ParameterModeChanged |
Occurs when the user changes of the mode of the parameter changes.
(Inherited from CapeParameter) |
| ParameterReset |
Occurs when the user changes of the parameter value is reset to the default value.
(Inherited from CapeParameter) |
| ParameterValidated |
Occurs when the user validates the parameter.
(Inherited from CapeParameter) |
| ParameterValueChanged |
Occurs when the user changes of the value of the parameter changes.
(Inherited from CapeParameter) |
| PropertyChanged |
Notifies the collection that the value of a proparty of the parameter has been changed.
(Inherited from CapeIdentification) |
Fields
| ispecs | |
| m_ValStatus |
The flag to indicate parameter validation's status.
(Inherited from CapeParameter) |
| numdim |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |