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