Logo ProcessCore

IOType Type

Discriminates the kind of entity referenced by an Input or Output column.

Union cases

Union case Description

Data

Full Usage: Data

FreeText string

Full Usage: FreeText string

Parameters:
    Item : string

Item : string

Material

Full Usage: Material

Sample

Full Usage: Sample

Source

Full Usage: Source

Instance members

Instance member Description

this.IsData

Full Usage: this.IsData

Returns: bool
Returns: bool

this.IsFreeText

Full Usage: this.IsFreeText

Returns: bool
Returns: bool

this.IsMaterial

Full Usage: this.IsMaterial

Returns: bool
Returns: bool

this.IsSample

Full Usage: this.IsSample

Returns: bool
Returns: bool

this.IsSource

Full Usage: this.IsSource

Returns: bool
Returns: bool

Static members

Static member Description

IOType.ofString str

Full Usage: IOType.ofString str

Parameters:
    str : string

Returns: IOType

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

str : string
Returns: IOType

Type something to start searching.