ParameterDeclaration Constructor
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
| Name | Description | |
|---|---|---|
| ParameterDeclaration() | Initializes a new instance of the ParameterDeclaration class. | |
| ParameterDeclaration(ParameterDeclaration) | Initializes a new instance of the ParameterDeclaration class by copying an existing instance. | |
| ParameterDeclaration(String, DataValue, EvaluationMethod) | Initializes a new instance of the ParameterDeclaration class and creates a sequence parameter with the specified identifier, defaultValue, and evaluationMethod. |