Class ExpressionBuilderGraphDescriptor
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Represents a serializable descriptor of the nodes and edges in an expression builder graph.
public class ExpressionBuilderGraphDescriptor
- Inheritance
-
ExpressionBuilderGraphDescriptor
- Inherited Members
Constructors
ExpressionBuilderGraphDescriptor()
Initializes a new instance of the ExpressionBuilderGraphDescriptor class.
public ExpressionBuilderGraphDescriptor()
Properties
Edges
Gets a collection of descriptors corresponding to each edge in the expression builder graph.
public Collection<ExpressionBuilderArgumentDescriptor> Edges { get; }
Property Value
Nodes
Gets the collection of labels associated with each node in the expression builder graph.
public Collection<ExpressionBuilder> Nodes { get; }