Class ExpressionBuilderArgumentDescriptor
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Represents a serializable descriptor of an edge connecting two nodes in an expression builder graph.
public class ExpressionBuilderArgumentDescriptor
- Inheritance
-
ExpressionBuilderArgumentDescriptor
- Inherited Members
Constructors
- ExpressionBuilderArgumentDescriptor()
Initializes a new instance of the ExpressionBuilderArgumentDescriptor class.
- ExpressionBuilderArgumentDescriptor(int, int, string)
Initializes a new instance of the ExpressionBuilderArgumentDescriptor class with the specified indices for source and target nodes and a label value.
Properties
- From
Gets or sets the zero-based index of the node that is the source of the edge.
- Label
Gets or sets the value of the edge label.
- To
Gets or sets the zero-based index of the node that is the target of the edge.