Enum ElementCategory
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
Specifies the category of a workflow element.
public enum ElementCategory
Fields
Source = 0A generator of observable sequences of data elements.
Transform = 2A combinator that transforms every element of an observable sequence into a new data element.
Sink = 3A combinator that introduces side effects on an observable sequence without modifying its elements.
Nested = 4A combinator that allows the user to specify its operation in terms of a nested workflow.
Property = 5A generator of observable elements that can be used as a named workflow property.
Combinator = 6An operator that can be applied to one or more observable sequences to produce a new observable sequence.
Workflow = 7A set of operators defining a data processing workflow.