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 SourceacceptMultipleEdges
If the port accept multiple connection
Declaration
public bool acceptMultipleEdges
Field Value
Type | Description |
---|---|
System.Boolean |
displayName
Display name on the node
Declaration
public string displayName
Field Value
Type | Description |
---|---|
System.String |
displayType
The type that will be used for coloring with the type stylesheet
Declaration
public Type displayType
Field Value
Type | Description |
---|---|
System.Type |
identifier
Unique identifier for the port
Declaration
public string identifier
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(PortData)
Declaration
public bool Equals(PortData other)
Parameters
Type | Name | Description |
---|---|---|
PortData | other |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>