ConnectionRequest.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/ConnectionRequest.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/ConnectionRequest.cs
Source file hash: sha256:22732171ed5e040f83f3fb2a4010157b9b596817555bfa4decd26c7e8f5776bc
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ConnectionRequest
Section titled “Type: ConnectionRequest”Original lines: 16-32
Declaration hash: sha256:95d5f0f1f0a20250d0c5df84b64d8451bdf7f564d36ac01178be391533189959
public class ConnectionRequest{}Property: FromNodeId
Section titled “Property: FromNodeId”Original lines: 19
Declaration hash: sha256:6bb9b8bc3d8f49650ff514ff28020297fb8d6e27c7ce3191e0bb07aee851493b
public Guid FromNodeId { get; set; }Property: FromPortId
Section titled “Property: FromPortId”Original lines: 22
Declaration hash: sha256:20f41ff1aa9b8075f843847e76d142aed9ca6b60973e40fb057f996dc4896e89
public string FromPortId { get; set; }Property: ToNodeId
Section titled “Property: ToNodeId”Original lines: 25
Declaration hash: sha256:5c5796f226efe8f548e68077bba82061ddab649e606a851741180c39200c6fe3
public Guid ToNodeId { get; set; }Property: ToPortId
Section titled “Property: ToPortId”Original lines: 28
Declaration hash: sha256:aa1834932f193b8be4c4e993add438c16c129c250de7eb8672afad21aa4c1e4a
public string ToPortId { get; set; }Property: IsExecutionEdge
Section titled “Property: IsExecutionEdge”Original lines: 31
Declaration hash: sha256:8fe4e1b49b73e3c770d093e81613569edc60429bc63f328786bbf4feb5811cd7
public bool IsExecutionEdge { get; set; }Type: ConnectionDragSource
Section titled “Type: ConnectionDragSource”Original lines: 45-72
Declaration hash: sha256:d28f378f82b003675479dccee70cabc909568bf9ff7a1304a1c2484dd7f611ef
public readonly struct ConnectionDragSource{}Property: NodeId
Section titled “Property: NodeId”Original lines: 48
Declaration hash: sha256:e4870285ff862a58a2b1d4896212f8ddbc34aefb5960343139ae41000c61404b
public Guid NodeId { get; }Property: PortId
Section titled “Property: PortId”Original lines: 51
Declaration hash: sha256:163b1ecb3c2f7a9582406a16f310e4f92ebf5cd3c3d90050a9e037bde354345b
public string PortId { get; }Property: IsInput
Section titled “Property: IsInput”Original lines: 54
Declaration hash: sha256:a567831bf0e21dd81a0c7add99910bcc6adfea825a61add8994c31e62f39454e
public bool IsInput { get; }Property: IsExecution
Section titled “Property: IsExecution”Original lines: 57
Declaration hash: sha256:0bef9b08651d2ee6828271a868d3a8a98974c77b3557b176b44eb0e7ac95aefd
public bool IsExecution { get; }Method: ConnectionDragSource(Guid nodeId, string portId, bool isInput, bool isExecution)
Section titled “Method: ConnectionDragSource(Guid nodeId, string portId, bool isInput, bool isExecution)”Original lines: 60-71
Declaration hash: sha256:75d573e56d8716f73552f60738a97386aa1407c947ccc07740b1c010633dbb03
public ConnectionDragSource(Guid nodeId, string portId, bool isInput, bool isExecution);