Show / Hide Table of Contents

Class PortData

Class that describe port attributes for it's creation

Inheritance
System.Object
PortData
Implements
System.IEquatable<PortData>
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
public class PortData : IEquatable<PortData>

Fields

| Improve this Doc View Source

acceptMultipleEdges

If the port accept multiple connection

Declaration
public bool acceptMultipleEdges
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

displayName

Display name on the node

Declaration
public string displayName
Field Value
Type Description
System.String
| Improve this Doc View Source

displayType

The type that will be used for coloring with the type stylesheet

Declaration
public Type displayType
Field Value
Type Description
System.Type
| Improve this Doc View Source

identifier

Unique identifier for the port

Declaration
public string identifier
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

Equals(PortData)

Declaration
public bool Equals(PortData other)
Parameters
Type Name Description
PortData other
Returns
Type Description
System.Boolean

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX