Class GraphableEmbedViewObjectPort
Inheritance
System.Object
GraphableEmbedViewObjectPort
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 GraphableEmbedViewObjectPort
Constructors
GraphableEmbedViewObjectPort(GraphableEmbedViewObjectPortData, Dictionary<String, Node>)
Declaration
public GraphableEmbedViewObjectPort(GraphableEmbedViewObjectPortData data, Dictionary<string, Node> nodes)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphableEmbedViewObjectPortData | data | |
| System.Collections.Generic.Dictionary<System.String, Node> | nodes |
Fields
edge
Declaration
public EmbedViewObjectEdge edge
Field Value
| Type | Description |
|---|---|
| EmbedViewObjectEdge |
embedViewObjectGuid
Declaration
public string embedViewObjectGuid
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 |