Class ExpressionBuilderGraphDescriptor
Represents a serializable descriptor of the nodes and edges in an expression builder graph.
Inherited Members
Namespace: Bonsai.Expressions
Assembly: Bonsai.Core.dll
Syntax
public class ExpressionBuilderGraphDescriptor
Properties
| Improve this Doc View SourceEdges
Gets a collection of descriptors corresponding to each edge in the expression builder graph.
Declaration
public Collection<ExpressionBuilderArgumentDescriptor> Edges { get; }
Property Value
Type | Description |
---|---|
Collection<ExpressionBuilderArgumentDescriptor> |
Nodes
Gets the collection of labels associated with each node in the expression builder graph.
Declaration
public Collection<ExpressionBuilder> Nodes { get; }
Property Value
Type | Description |
---|---|
Collection<ExpressionBuilder> |