Show / Hide Table of Contents

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 : int

Fields

Name Description
In

The parameter is an input parameter.

Out

The parameter is an output parameter.

Unknown

Unknown parameter type.

Extension Methods

Extensions.Yield<InstrumentParameterType>()
Back to top Copyright © 2009-2018 Colectica