IOType Type
Discriminates the kind of entity referenced by an Input or Output column.
Union cases
| Union case |
Description
|
Full Usage:
Data
|
|
Full Usage:
FreeText string
Parameters:
string
|
|
Full Usage:
Material
|
|
Full Usage:
Sample
|
|
Full Usage:
Source
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsData
Returns: bool
|
|
Full Usage:
this.IsFreeText
Returns: bool
|
|
Full Usage:
this.IsMaterial
Returns: bool
|
|
Full Usage:
this.IsSample
Returns: bool
|
|
Full Usage:
this.IsSource
Returns: bool
|
|
Static members
| Static member |
Description
|
|
Used to match only(!) IOType string to IOType (without Input/Output). This matching is case sensitive. Exmp. 1: "Source" --> Source Exmp. 2: "Raw Data File" | "RawDataFile" -> RawDataFile
|
ProcessCore