Class GraphableFieldPort
Inheritance
System.Object
GraphableFieldPort
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
[Serializable]
public class GraphableFieldPort
Constructors
GraphableFieldPort(GraphableFieldPortData, Dictionary<String, Node>)
Declaration
public GraphableFieldPort(GraphableFieldPortData data, Dictionary<string, Node> nodes)
Parameters
Type | Name | Description |
---|---|---|
GraphableFieldPortData | data | |
System.Collections.Generic.Dictionary<System.String, Node> | nodes |
Fields
edges
Declaration
public List<FieldEdge> edges
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<FieldEdge> |
fieldName
Declaration
public string fieldName
Field Value
Type | Description |
---|---|
System.String |
Methods
Activate(Object)
Declaration
public IGraphable[] Activate(object invoker)
Parameters
Type | Name | Description |
---|---|---|
System.Object | invoker |
Returns
Type | Description |
---|---|
IGraphable[] |