Class FieldEdge
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 FieldEdge : Edge
Constructors
FieldEdge(FieldEdgeData, Dictionary<String, Node>)
Declaration
public FieldEdge(FieldEdgeData data, Dictionary<string, Node> nodes)
Parameters
Type | Name | Description |
---|---|---|
FieldEdgeData | data | |
System.Collections.Generic.Dictionary<System.String, Node> | nodes |
Methods
Invoke(Object)
Declaration
public override void Invoke(object invoker)
Parameters
Type | Name | Description |
---|---|---|
System.Object | invoker |