Show / Hide Table of Contents

Class ViewControllerNode

Inheritance
System.Object
Node
ViewControllerNode
Implements
IGraphableTransitionViewObjectListener
IGraphableTransitionInvokable
Inherited Members
Node.Guid
Node.UserIdentifier
Node.Resource
Node.Graphable
Node.IsInstantiated
Node.Instantiate()
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
public class ViewControllerNode : Node, IGraphableTransitionViewObjectListener, IGraphableTransitionInvokable

Constructors

ViewControllerNode(ViewControllerNodeData, Object)

Declaration
public ViewControllerNode(ViewControllerNodeData node, object graph)
Parameters
Type Name Description
ViewControllerNodeData node
System.Object graph

Properties

EmbedViewObjectPorts

Declaration
public List<GraphableEmbedViewObjectPort> EmbedViewObjectPorts { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GraphableEmbedViewObjectPort>

FieldPorts

Declaration
public List<GraphableFieldPort> FieldPorts { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GraphableFieldPort>

ManualEdges

Declaration
public List<ManualTransitionEdge> ManualEdges { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ManualTransitionEdge>

TransitionViewObjectPorts

Declaration
public List<GraphableTransitionViewObjectPort> TransitionViewObjectPorts { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GraphableTransitionViewObjectPort>

Methods

Initialize()

Declaration
protected override void Initialize()
Overrides
Node.Initialize()

Explicit Interface Implementations

IGraphableTransitionInvokable.InvokeTransitionWithIdentifier(String, Object)

Declaration
void IGraphableTransitionInvokable.InvokeTransitionWithIdentifier(string userIdentifier, object invoker)
Parameters
Type Name Description
System.String userIdentifier
System.Object invoker

IGraphableTransitionViewObjectListener.OnGraphableTransitionViewObjectActivated(IGraphableTransitionViewObject, String, Object)

Declaration
void IGraphableTransitionViewObjectListener.OnGraphableTransitionViewObjectActivated(IGraphableTransitionViewObject transitionViewObject, string activatedTriggerGuid, object invoker)
Parameters
Type Name Description
IGraphableTransitionViewObject transitionViewObject
System.String activatedTriggerGuid
System.Object invoker

Implements

IGraphableTransitionViewObjectListener
IGraphableTransitionInvokable
Back to top © 2019 Pelican 7 LTD. All rights reserved.