Class BindingDescriptor
Class used to describe a binding during import.
Namespace: Global Namespace
Syntax
public class BindingDescriptor
Fields
Attr
Attribute of the binding field in the node.
Declaration
public BindingAttribute Attr
Field Value
| Type | Description |
|---|---|
| BindingAttribute |
Field
The field which is meant to be the binding.
Declaration
public FieldInfo Field
Field Value
| Type | Description |
|---|---|
| FieldInfo |
Key
Path in the graph for this binding, relative to current graph! If used as a query, there must be a prefix to the current graph ie.: gi:[graphinstanceguid]\n + subquerypath
Declaration
public string Key
Field Value
| Type | Description |
|---|---|
| String |
Name
Key for the binding
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| String |