Enum InstrumentParameterType
Describes whether a parameter is an input or an output.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum InstrumentParameterType
Fields
| Name | Description |
|---|---|
| In | The parameter is an input parameter. |
| Out | The parameter is an output parameter. |
| Unknown | Unknown parameter type. |