GraphDefinition.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Runtime/GraphDefinition.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Runtime/GraphDefinition.cs
Source file hash: sha256:d8f40dd356ce8edfab8f7cc1a2de109068136548274488f25a6ec2d4a42bdc97
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: GraphDefinition
Section titled “Type: GraphDefinition”Original lines: 12-32
Declaration hash: sha256:2af8784524c91ceae5cbe223d1e3c516a1635e9a3c9315f09d4c6f3631043319
public sealed class GraphDefinition{}Property: Nodes
Section titled “Property: Nodes”Original lines: 18
Declaration hash: sha256:5147a823dd01fd16f030300cbf36b30bb57aee2b8719da630dced153ad4b1281
public List<NodeDefinition> Nodes { get; }Property: Edges
Section titled “Property: Edges”Original lines: 23
Declaration hash: sha256:151b8fa772c7b1440bc3f1f39e28d2d4ed983d9284e21310b2cbea5d68359447
public List<EdgeDefinition> Edges { get; }Property: RecombineHints
Section titled “Property: RecombineHints”Original lines: 31
Declaration hash: sha256:e43373f0c6692351752d0a7db2d7fe8c016a35e7b25999db035c314a79dbb769
public List<RecombineHintDefinition> RecombineHints { get; }Type: GraphNodeRenderMode
Section titled “Type: GraphNodeRenderMode”Original lines: 38-54
Declaration hash: sha256:2e6c894e9ca3af059b8237c2ea11ae3dd4bb3dc8af365d47dd4cd0a27de37085
public enum GraphNodeRenderMode{}Field: Standard
Section titled “Field: Standard”Original lines: 41
Declaration hash: sha256:1bbb38dae1a97736a6b1645bfae58ceead15dbd0dbb9654b087ae735bf1036cc
Standard = 0Field: CompactPill
Section titled “Field: CompactPill”Original lines: 43
Declaration hash: sha256:83f301876f0eea2649976139fdb569363fa142a0d2cfa180416b07a3159eafb3
CompactPill = 1Field: GetVariablePill
Section titled “Field: GetVariablePill”Original lines: 45
Declaration hash: sha256:60d26c0afa6578b8c84a0211afc8038b6d0880639e9573206bf22bc0ff283d68
GetVariablePill = 2Field: MemberAccessPill
Section titled “Field: MemberAccessPill”Original lines: 53
Declaration hash: sha256:788538084713692ede4d9426d6c6cacf767f7843e2f6af8da095f58c1ca30240
MemberAccessPill = 3Type: PortGuardState
Section titled “Type: PortGuardState”Original lines: 62-75
Declaration hash: sha256:977f3913fd9b8137c4e8ec9d2b3be3931e8fb8c948d98390c54a551c2c392e77
public enum PortGuardState{}Field: None
Section titled “Field: None”Original lines: 65
Declaration hash: sha256:bad2c96574768468faefa3b453e98a4fed8adf600061cdd6a0a4b65da641046a
None = 0Field: Guarded
Section titled “Field: Guarded”Original lines: 68
Declaration hash: sha256:e0668055a68c5068f155152f2013497e40a40323d515f43d959a05f8d03a064e
Guarded = 1Field: Misconfigured
Section titled “Field: Misconfigured”Original lines: 71
Declaration hash: sha256:fd7bda4dcffe3e1ced92b684eee53bd68fd136c6df6a29b802b94459b57451f0
Misconfigured = 2Field: Tripped
Section titled “Field: Tripped”Original lines: 74
Declaration hash: sha256:4c057017f97a3187f39caf4dfa746468ddf8cbe76c786a790f46755b9bb2641c
Tripped = 3Type: RecombineHintDefinition
Section titled “Type: RecombineHintDefinition”Original lines: 83-95
Declaration hash: sha256:8e827acd7a42dc916eb2a8fc37393a2a9b6efb60ab473a6c7ebfb020ede26a10
public sealed class RecombineHintDefinition{}Property: ProviderPinId
Section titled “Property: ProviderPinId”Original lines: 86
Declaration hash: sha256:c7d1d73deea3751bdb7a69570066377087fe07be58a3e1918198078c693fbda0
public Guid ProviderPinId { get; set; }Property: ConsumerPinId
Section titled “Property: ConsumerPinId”Original lines: 88
Declaration hash: sha256:93c8e478c90a53a53c3aa657e9beab99382101c989f5e34acae47754b0707774
public Guid ConsumerPinId { get; set; }Property: ConsumerNodeId
Section titled “Property: ConsumerNodeId”Original lines: 90
Declaration hash: sha256:93f01dd34f800ba5f944898645bee8f15b3c85453351b0842370aea581546ffc
public Guid ConsumerNodeId { get; set; }Property: StructTypeName
Section titled “Property: StructTypeName”Original lines: 92
Declaration hash: sha256:9558f96a1a7770f739ee45ab98d3e6fc8b7ae9c9815f1f4aafe7dacd7a16353a
public string StructTypeName { get; set; }Property: Wires
Section titled “Property: Wires”Original lines: 94
Declaration hash: sha256:768a4d2720777b8400aab45d7a3972982d1962c5bcb60d09c8c5144d8e7c7a9a
public List<RecombineHintWireDefinition> Wires { get; }Type: RecombineHintWireDefinition
Section titled “Type: RecombineHintWireDefinition”Original lines: 103-115
Declaration hash: sha256:29c2d0c659b9417ce60d6b02e7df92a6f74e9b3e1d747cfd8df9874b1c60e0be
public sealed class RecombineHintWireDefinition{}Property: SourcePinId
Section titled “Property: SourcePinId”Original lines: 106
Declaration hash: sha256:12e934fdc8c8a818ab580459588b2e6157750bada41efbc1c9aba80015cb6f17
public Guid SourcePinId { get; set; }Property: TargetPinId
Section titled “Property: TargetPinId”Original lines: 108
Declaration hash: sha256:9b4d9f19cc170001420fa88a27f5820f821da50e5bd1b145ea6e5e2f168f7a5a
public Guid TargetPinId { get; set; }Property: MemberName
Section titled “Property: MemberName”Original lines: 110
Declaration hash: sha256:d80cf47666596f32161fccf335f647468e68392488676da8173a57662407a552
public string MemberName { get; set; }Property: SourcePortId
Section titled “Property: SourcePortId”Original lines: 112
Declaration hash: sha256:b3cc11b91544720d23161e54dd9e3778ac4868cabc9821ab475f38173eb66446
public string SourcePortId { get; set; }Property: TargetPortId
Section titled “Property: TargetPortId”Original lines: 114
Declaration hash: sha256:8c780b2dae43bc350188edf08d32ad0c7bc3c3d2fdbfbfa1438859cd1e7c3467
public string TargetPortId { get; set; }Type: SwitchDecisionRowDefinition
Section titled “Type: SwitchDecisionRowDefinition”Original lines: 122-166
Declaration hash: sha256:acdfea78bb3569d57632cd0c12b0a372990e02def91fd07eb790008b6743fd53
public sealed class SwitchDecisionRowDefinition{}Property: RowId
Section titled “Property: RowId”Original lines: 125
Declaration hash: sha256:0a912bbf278c6a0d84703b1b8b9e829dae2a3193d9a5264388b565d74bf9f928
public string RowId { get; set; }Property: ArmIndex
Section titled “Property: ArmIndex”Original lines: 127
Declaration hash: sha256:f3ea828d7e08fa4ba49a22522a292058bbc11fe5cabf7e456c36a8108b2ef463
public int ArmIndex { get; set; }Property: GuardConditionPinId
Section titled “Property: GuardConditionPinId”Original lines: 129
Declaration hash: sha256:c29ca86b61e526dd2fb90458aa3918d96a2de00da49da982f5f5f581c9964ddc
public string GuardConditionPinId { get; set; }Property: SourceGuardConditionPinId
Section titled “Property: SourceGuardConditionPinId”Original lines: 131
Declaration hash: sha256:80752d5001989b663a2ea664efa4f1d0bfb909e8105311408e396d7ef85e8a43
public string SourceGuardConditionPinId { get; set; }Property: PatternKind
Section titled “Property: PatternKind”Original lines: 133
Declaration hash: sha256:b38746af9326144e200065777147d0c1f4052f5c6c307f2c0750091c5b373a02
public string PatternKind { get; set; }Property: PatternTypeText
Section titled “Property: PatternTypeText”Original lines: 135
Declaration hash: sha256:7297c3269260f2cc9c7596dacb66d62ef6b70ad0f3128f4d1607e9afff4b0781
public string PatternTypeText { get; set; }Property: CaptureName
Section titled “Property: CaptureName”Original lines: 137
Declaration hash: sha256:2514db7b436533d642b91e873c49aa8a97728d594b93228ce8209e3eff2d36d3
public string CaptureName { get; set; }Property: SourcePatternText
Section titled “Property: SourcePatternText”Original lines: 139
Declaration hash: sha256:988f19b1237c9ad0abdab5dc282d1d18de04f197c0bccf8d04adf0042baf2a02
public string SourcePatternText { get; set; }Property: GuardSourceText
Section titled “Property: GuardSourceText”Original lines: 141
Declaration hash: sha256:7ed5968850d5b689c584f772ce6f9f027b6af5d51fbbe620a3c332b20a05f848
public string GuardSourceText { get; set; }Property: ResultKind
Section titled “Property: ResultKind”Original lines: 143
Declaration hash: sha256:5beaecf0d7709b278b59f516f10fbdc14fd816d96e161236bdb2edd08c67b4a2
public string ResultKind { get; set; }Property: ResultSegments
Section titled “Property: ResultSegments”Original lines: 145
Declaration hash: sha256:b0f2ffc68f691586568307d08e8e9d74bc2504accb99d7ef885a4d90b918cd87
public List<SwitchDecisionResultSegmentDefinition> ResultSegments { get; }Property: ConditionText
Section titled “Property: ConditionText”Original lines: 147
Declaration hash: sha256:dcfdcdd1e51dc470d55b108d3f371e40e4440f82613dc8719bb5ac0b66647158
public string ConditionText { get; set; }Property: ResultText
Section titled “Property: ResultText”Original lines: 149
Declaration hash: sha256:578e8de8c3f96a3cfd2f4e2aa681a99128e1630a4a817a28a19eb455755d45c0
public string ResultText { get; set; }Property: SourceConditionText
Section titled “Property: SourceConditionText”Original lines: 151
Declaration hash: sha256:578b528447b6989996ce22d66faeee8d36508ea4e3716430891f93748cddd0c2
public string SourceConditionText { get; set; }Property: SourceResultText
Section titled “Property: SourceResultText”Original lines: 153
Declaration hash: sha256:40f6f3af04e506d145716223482d8c2a6425bb7c593fae417e6cdb7697a113a2
public string SourceResultText { get; set; }Property: PatternValidationMessage
Section titled “Property: PatternValidationMessage”Original lines: 155
Declaration hash: sha256:65e4cb2c47540926143271461809be95ba0d7d8f6938db93baf77a75141ca260
public string PatternValidationMessage { get; set; }Property: ResultValidationMessage
Section titled “Property: ResultValidationMessage”Original lines: 157
Declaration hash: sha256:92f01c28498b4d0eaf9e0a72ab591c6a6758e63a0716c2de5fe98bddbd9793ff
public string ResultValidationMessage { get; set; }Property: IsDefault
Section titled “Property: IsDefault”Original lines: 159
Declaration hash: sha256:6751024cfb545d4e1ee88c0bc6f96d7ec8c6e7b08b156a264886ea34e1edb007
public bool IsDefault { get; set; }Property: HasDetails
Section titled “Property: HasDetails”Original lines: 161
Declaration hash: sha256:4b5eb8e5b6c36ac07a3334dce0306078845ef554449dc6eb54b66b0bec1fe98e
public bool HasDetails { get; set; }Property: IsPatternEditable
Section titled “Property: IsPatternEditable”Original lines: 163
Declaration hash: sha256:22ce707c2cd06886ba38526dbcb3fdcac483227e3edf6165258818e6dc90cc62
public bool IsPatternEditable { get; set; }Property: IsResultEditable
Section titled “Property: IsResultEditable”Original lines: 165
Declaration hash: sha256:aa97ec9b82ab452566dc1aff86f3e2f0d7b8d2f3be8c0d32d04bd7b242756158
public bool IsResultEditable { get; set; }Type: SwitchDecisionResultSegmentDefinition
Section titled “Type: SwitchDecisionResultSegmentDefinition”Original lines: 172-180
Declaration hash: sha256:9755b25e726be57e8952e9396dd28c1c518071e6b97a227dcf8c2b0f943629ae
public sealed class SwitchDecisionResultSegmentDefinition{}Property: Kind
Section titled “Property: Kind”Original lines: 175
Declaration hash: sha256:95e49a44d3ab065945b76b1ecc6b220400a29b7b7b3a10c64af2b3a11e54fc1f
public string Kind { get; set; }Property: Text
Section titled “Property: Text”Original lines: 177
Declaration hash: sha256:52283bf0aa848379a462b2222fbd2001179dfa8ada201e9942258b4c03d48f30
public string Text { get; set; }Property: TypeName
Section titled “Property: TypeName”Original lines: 179
Declaration hash: sha256:a8288b8fc1de808aafccefc657d1db508bd0adbb9790e9e21bb003043bb77e32
public string TypeName { get; set; }Type: NodeDefinition
Section titled “Type: NodeDefinition”Original lines: 185-599
Declaration hash: sha256:095b10a5035f1d73131dd1f5aaf93bd75513496b502ccd074a9488c0390e598d
public sealed class NodeDefinition{}Property: Id
Section titled “Property: Id”Original lines: 188
Declaration hash: sha256:02289eaf3ec712629e48ccbb1e1df0232a3d894eb20bbbeb1f7fd925158914e5
public Guid Id { get; set; }Property: Title
Section titled “Property: Title”Original lines: 190
Declaration hash: sha256:2181571b1e54a6a32f6ce3c9b64bd393fef5b6b4bd219bb1c1fbef0c3bbfe6b0
public string Title { get; set; }Property: Position
Section titled “Property: Position”Original lines: 192
Declaration hash: sha256:6ec0012d588830c803be340a665a95d0b0dad9aa5fb5bf5d9a8ce166092fcd0b
public Vector2 Position { get; set; }Property: HasExecutionInput
Section titled “Property: HasExecutionInput”Original lines: 194
Declaration hash: sha256:22f7cfb8a4624d80711387fa644125c92b6bf38fa202f8dad815d22b10a79488
public bool HasExecutionInput { get; set; }Property: HasExecutionOutput
Section titled “Property: HasExecutionOutput”Original lines: 196
Declaration hash: sha256:c948c3e7859a23ffcd8aa3b5c076aebaf4d88f8d3af13ef9f7ca3f193c711bbb
public bool HasExecutionOutput { get; set; }Property: Width
Section titled “Property: Width”Original lines: 198
Declaration hash: sha256:82d7d8936de675353b3d16902b9e4d44975890284c9c611086a4b01d8c4d8f95
public float Width { get; set; }Property: Height
Section titled “Property: Height”Original lines: 200
Declaration hash: sha256:7e6a18ea81ed6af47d0139c3fed01c8e3bc03378ef1f733c70a6979f19d19db6
public float Height { get; set; }Property: IconKey
Section titled “Property: IconKey”Original lines: 202
Declaration hash: sha256:26156001b72123ef1b7e6e1defe0f2776db37c2067ef9331d4e249f0a9ead13a
public string IconKey { get; set; }Property: Inputs
Section titled “Property: Inputs”Original lines: 205
Declaration hash: sha256:f2860f19afef0d5682c4e3516449e4a9b65603cb6d7c4cb77aa5567abf2e8df5
public List<PortDefinition> Inputs { get; }Property: Outputs
Section titled “Property: Outputs”Original lines: 207
Declaration hash: sha256:83adc501d07378c2aa149998fe0dbc0e559ffadb6cda09aff3427ec3e10c54ad
public List<PortDefinition> Outputs { get; }Property: Category
Section titled “Property: Category”Original lines: 212
Declaration hash: sha256:d5a786d2685efec04bad6d3ff762201b3788946be7a91ef92601ba91c1b4d719
public string Category { get; set; }Property: ColorByDataType
Section titled “Property: ColorByDataType”Original lines: 218
Declaration hash: sha256:5c443770a69f712ee7f9a220a30770341ce5c689f1969b31682e521d42cd87a4
public bool ColorByDataType { get; set; }Property: OutputDataType
Section titled “Property: OutputDataType”Original lines: 223
Declaration hash: sha256:857dea6c684790b978acd348ff7f4b81db723161f60dd62868381f1e57cf5b5f
public string OutputDataType { get; set; }Property: IsCompact
Section titled “Property: IsCompact”Original lines: 228
Declaration hash: sha256:435eba73254bcdf8e64e27fd6169700071b9a4f06a55f5a9b9bc64b67b93e5fa
public bool IsCompact { get; set; }Property: RenderMode
Section titled “Property: RenderMode”Original lines: 234
Declaration hash: sha256:67aab6e3e6f6694f473435226cc67a7b54a2fdf76ae6fbb772cb31ddbda0e489
public GraphNodeRenderMode RenderMode { get; set; }Property: EffectiveRenderMode
Section titled “Property: EffectiveRenderMode”Original lines: 241-259
Declaration hash: sha256:c27f6c69335e7a48c941fe8d8ee2f62384b615442f16e620074b6c21d848a4c2
public GraphNodeRenderMode EffectiveRenderMode { get; }Property: Tooltip
Section titled “Property: Tooltip”Original lines: 264
Declaration hash: sha256:7f18d58db5e4cf98806fa904b20201171943e3b98223f6800a617b514bece523
public string Tooltip { get; set; }Property: IsUnsupported
Section titled “Property: IsUnsupported”Original lines: 271
Declaration hash: sha256:dadca5932a0561f48245c49dc78e49ed5f04c828ce7371857d5609aeb3837d12
public bool IsUnsupported { get; set; }Property: HasValidationError
Section titled “Property: HasValidationError”Original lines: 288
Declaration hash: sha256:7d3f798bace78751c9c57c525f870ea3a4952f28e67ee226b367eacbf4536da1
public bool HasValidationError { get; set; }Property: ValidationErrorTooltip
Section titled “Property: ValidationErrorTooltip”Original lines: 294
Declaration hash: sha256:c76b50202804fb26a5fa96c50327b0f032f822a38d6d2410d0a4051c5db2f62f
public string ValidationErrorTooltip { get; set; }Property: IsSwitchExpression
Section titled “Property: IsSwitchExpression”Original lines: 299
Declaration hash: sha256:fcaa1e6f22d519bf5691ebbf16b3fc49b72dc7727ba5ee342a4b26b477fc6798
public bool IsSwitchExpression { get; set; }Property: ArmLabels
Section titled “Property: ArmLabels”Original lines: 304
Declaration hash: sha256:8033450ad9acf3de15f8d074add7101e7beca6941516093520102150fb953e95
public List<string> ArmLabels { get; set; }Property: IsArmListCollapsed
Section titled “Property: IsArmListCollapsed”Original lines: 309
Declaration hash: sha256:e156c638a5e2a32d80690a0d757048d775c28f1618a65fba79fc8880f8d40aab
public bool IsArmListCollapsed { get; set; }Property: SwitchDecisionSelectorText
Section titled “Property: SwitchDecisionSelectorText”Original lines: 314
Declaration hash: sha256:4edc57616136232d0af148d1baae17d8c54d2c07d86b99362c2a0c958017647e
public string SwitchDecisionSelectorText { get; set; }Property: SwitchDecisionResultText
Section titled “Property: SwitchDecisionResultText”Original lines: 319
Declaration hash: sha256:5b41f396586c191df285538455c991f1a001742f745bdddf0f4e11c59e4da942
public string SwitchDecisionResultText { get; set; }Property: SwitchDecisionRows
Section titled “Property: SwitchDecisionRows”Original lines: 325
Declaration hash: sha256:987a12174d691441a06e92df166b3c677408c87c22ed96f0c7e8eaddbaf7af11
public List<SwitchDecisionRowDefinition> SwitchDecisionRows { get; set; }Property: IsConst
Section titled “Property: IsConst”Original lines: 330
Declaration hash: sha256:82dc864030c330db7d227f171cc1ddc5d24ea478c938f7947be2520eedd481de
public bool IsConst { get; set; }Property: IsNavigable
Section titled “Property: IsNavigable”Original lines: 336
Declaration hash: sha256:4db5de71a3d8130bb835f7817e12cf5ed056c692205c28a7d77949f3de8400e7
public bool IsNavigable { get; set; }Property: HasTypeColorStripe
Section titled “Property: HasTypeColorStripe”Original lines: 342
Declaration hash: sha256:e972f5d34ad81ab9ba1ef56d73ae81de3533c80b6d10b40db9281cb6cfa70002
public bool HasTypeColorStripe { get; set; }Property: StripeColorHex
Section titled “Property: StripeColorHex”Original lines: 349
Declaration hash: sha256:7d2238212eba4f2022e5c39a4ec80c7913be8e78d5b10c56efa532e76f8b28ad
public string StripeColorHex { get; set; }Property: IsLocalScope
Section titled “Property: IsLocalScope”Original lines: 355
Declaration hash: sha256:47852ab7ee7c4bc671a3ecc4fa93ff29b1ab5d6e2b9fba17c915ff918596515c
public bool IsLocalScope { get; set; }Property: IsGetVariable
Section titled “Property: IsGetVariable”Original lines: 361
Declaration hash: sha256:370a75d80434ce97dc3b9135ec83e679a9d37b5c75c7792cf221ecf976d1b74e
public bool IsGetVariable { get; set; }Property: IsSetVariable
Section titled “Property: IsSetVariable”Original lines: 367
Declaration hash: sha256:d8b42a5d93f1383d286a8eabd16a673fe5d26b7977b475f6ad153f46f861044e
public bool IsSetVariable { get; set; }Property: VariableName
Section titled “Property: VariableName”Original lines: 373
Declaration hash: sha256:1fe9ab6d0ad882c64f7e3d8bb167226a223b009055f5f4f2fcbfe5005c6c138a
public string VariableName { get; set; }Property: IsMethodGroup
Section titled “Property: IsMethodGroup”Original lines: 380
Declaration hash: sha256:76a7918850f0ff5c90920f7e5b1507c974f53069560afc27c65f4ebf4290ccd9
public bool IsMethodGroup { get; set; }Property: IsLambda
Section titled “Property: IsLambda”Original lines: 385
Declaration hash: sha256:42dbd810d6c86c5ca8f82d2ce39f99bf94a2a7e421afd431ba3d8fd2f0abe5a8
public bool IsLambda { get; set; }Property: IsAsyncEntry
Section titled “Property: IsAsyncEntry”Original lines: 392
Declaration hash: sha256:b06fd15709d570a0a909529fc3c05f3602223cb1bdf9d4eb250ac2dfba1c678b
public bool IsAsyncEntry { get; set; }Property: IsLifecycleEntry
Section titled “Property: IsLifecycleEntry”Original lines: 400
Declaration hash: sha256:262f67b34657397a34bc80125d599e595368c0cec505cfab59e0c27e96e64d1f
public bool IsLifecycleEntry { get; set; }Property: IsVisualOnly
Section titled “Property: IsVisualOnly”Original lines: 409
Declaration hash: sha256:671472549a5e1104ce26f9ec9cac3ff884d52637c63b16cf664ebbd83352c77a
public bool IsVisualOnly { get; set; }Property: LambdaBodyPreview
Section titled “Property: LambdaBodyPreview”Original lines: 414
Declaration hash: sha256:2d89150c3a9a18bfbfa5571774b2e0c7947200c4657f4cd42784cb525a48348f
public string LambdaBodyPreview { get; set; }Property: FormatTextPreview
Section titled “Property: FormatTextPreview”Original lines: 422
Declaration hash: sha256:1e0135503d3d419471d34d1c3e2285a2c7b9ea342ab51cfe7c3282e934b92e88
public string FormatTextPreview { get; set; }Property: IsInUnsafeContext
Section titled “Property: IsInUnsafeContext”Original lines: 430
Declaration hash: sha256:7b488d8c9d8ae1ebcc838598651b56c4d5affa1dc3d83f38f2877bb472718263
public bool IsInUnsafeContext { get; set; }Property: TypeBadge
Section titled “Property: TypeBadge”Original lines: 439
Declaration hash: sha256:a79e22e498d02b824892c8a597a3d92415485ae34569caec4630d49efaaf42e3
public string TypeBadge { get; set; }Property: IsEntryNode
Section titled “Property: IsEntryNode”Original lines: 447
Declaration hash: sha256:2e73439cf425c9c0a60c3acbf96a7883cd22ccbc956d2cae9ea72e09f6f8f3bc
public bool IsEntryNode { get; set; }Property: IsExitNode
Section titled “Property: IsExitNode”Original lines: 458
Declaration hash: sha256:1dbd9a96127dac7d495fba5b5ca4d23f173c52cd52cbc00aab9a4d40602cf270
public bool IsExitNode { get; set; }Property: IsOrphan
Section titled “Property: IsOrphan”Original lines: 469
Declaration hash: sha256:1954e85ffcf0bdee4de13c14d3c4bf33056073013d521f9151f8fbf62c04a76a
public bool IsOrphan { get; set; }Property: RightCaption
Section titled “Property: RightCaption”Original lines: 479
Declaration hash: sha256:3cec29de02ceba3ed5771e5105eae3dffba0a4e1e581a86ef9a22d2afc125773
public string RightCaption { get; set; }Property: RightCaptionIsType
Section titled “Property: RightCaptionIsType”Original lines: 487
Declaration hash: sha256:52715eeca5ff54660936f413a7ecea4da6a577bf3c1b719b04fda7a6ee5df02a
public bool RightCaptionIsType { get; set; }Property: Eyebrow
Section titled “Property: Eyebrow”Original lines: 496
Declaration hash: sha256:1920964c868f7f4f934ad26d72a90254c56f1b3a2a7574fa6ab099224d1892dc
public string Eyebrow { get; set; }Property: EyebrowAsChip
Section titled “Property: EyebrowAsChip”Original lines: 504
Declaration hash: sha256:8f81e50726a4b301ada41391571e7d58768b6ae97459b8710612efba9930b52e
public bool EyebrowAsChip { get; set; }Property: IsMakeArray
Section titled “Property: IsMakeArray”Original lines: 511
Declaration hash: sha256:220322c73bb81773eb0fbe7241121cad12314b0651e1a4653c64ee43e96c49c5
public bool IsMakeArray { get; set; }Property: IsIndexedAccess
Section titled “Property: IsIndexedAccess”Original lines: 525
Declaration hash: sha256:d310c75d9003c3302d78704bd64a0548f3fd6c7186800d81decceb8987b43bbd
public bool IsIndexedAccess { get; set; }Property: IsCallInEditorUnavailable
Section titled “Property: IsCallInEditorUnavailable”Original lines: 539
Declaration hash: sha256:27301e91325b69d1e64b98919eaa247002172c4fc06377c2341fe1f624186cb6
public bool IsCallInEditorUnavailable { get; set; }Property: CommentText
Section titled “Property: CommentText”Original lines: 549
Declaration hash: sha256:5f1dca89e6680f80a6df38cf02a185026505533791ce192fe1cdb5363c4fa675
public string CommentText { get; set; }Property: CommentKindLabel
Section titled “Property: CommentKindLabel”Original lines: 558
Declaration hash: sha256:287ed76855789610a62f3e924c857bafc7fdf51096268863337641221a147c53
public string CommentKindLabel { get; set; }Property: CommentMemberLabel
Section titled “Property: CommentMemberLabel”Original lines: 567
Declaration hash: sha256:6a959d03784c1593a03417b750deb4e909ee43831732ab2ab6ad2f294337c77f
public string CommentMemberLabel { get; set; }Property: CommentReadLocalText
Section titled “Property: CommentReadLocalText”Original lines: 575
Declaration hash: sha256:54066b279f2078f600cd12cf646ae24cba922b6bdb753a1f728ffb15be106062
public string CommentReadLocalText { get; set; }Property: CommentReadLocalLabel
Section titled “Property: CommentReadLocalLabel”Original lines: 582
Declaration hash: sha256:b5c78679fdf89fa9a934bb12296eb4c8d0540834fea4654e2e3bb4a5a6d8b2bb
public string CommentReadLocalLabel { get; set; }Property: CommentPopupWidth
Section titled “Property: CommentPopupWidth”Original lines: 590
Declaration hash: sha256:83bdb4760d60380b262f7ec02a2744adc08ae32a648063c6df4e93fb700f2920
public float CommentPopupWidth { get; set; }Property: CommentPopupHeight
Section titled “Property: CommentPopupHeight”Original lines: 598
Declaration hash: sha256:1429106a3399821e18415cc127fa9156dcd945a9b28541b714b0a5bc6fb84d1f
public float CommentPopupHeight { get; set; }Type: PortDefinition
Section titled “Type: PortDefinition”Original lines: 604-1008
Declaration hash: sha256:24bdeecf7f34c43d9bf19aad86f91cea634d4c8db99730cdbe35e77ea39ff3dd
public sealed class PortDefinition{}Property: Id
Section titled “Property: Id”Original lines: 607
Declaration hash: sha256:9e737be5a70ebcb1e641d9a397d0feea7f0e068cb58943d3c34c4f8cbc592bb5
public string Id { get; set; }Property: Label
Section titled “Property: Label”Original lines: 609
Declaration hash: sha256:ae217a025db41c7ba670cc51ca4f82b7354c3459a9c637df3f8d2e23995488cd
public string Label { get; set; }Property: DataType
Section titled “Property: DataType”Original lines: 611
Declaration hash: sha256:a17e7ca9b12c08f7261ca3c0ba6c6e07a0332e612bc3fe634cfcce78060ab4f7
public string DataType { get; set; }Property: LiteralValue
Section titled “Property: LiteralValue”Original lines: 616
Declaration hash: sha256:0ab9f76504b79dfc06fbcd1e3015eef3e5b7a46087ecbfb4d8d2069a0755f51d
public string LiteralValue { get; set; }Property: AllowsInlineLiteral
Section titled “Property: AllowsInlineLiteral”Original lines: 621
Declaration hash: sha256:a2066c178260d3e8fe1fb3a4339b5a25ecb02f6fab96a7f6dde4e2a975974378
public bool AllowsInlineLiteral { get; set; }Property: HasInlineLiteral
Section titled “Property: HasInlineLiteral”Original lines: 626
Declaration hash: sha256:49831ba95999c38cdcbd87025b06f076b0f10c44644d133bcfb82f064d2efec4
public bool HasInlineLiteral { get; set; }Property: InlineLiteralValue
Section titled “Property: InlineLiteralValue”Original lines: 631
Declaration hash: sha256:fe5c7809197afe0886bf13227668f3045f67c573c00b62f2a583aa68a97f698e
public string InlineLiteralValue { get; set; }Property: InlineLiteralKind
Section titled “Property: InlineLiteralKind”Original lines: 636
Declaration hash: sha256:1caf535f638c2ad013ce59432b664aab8eeb2b50293a4cf4ab808da1204d385e
public LiteralDisplayKind InlineLiteralKind { get; set; }Property: HasInlineReference
Section titled “Property: HasInlineReference”Original lines: 644
Declaration hash: sha256:a65498fbb42886964b4e88425d1642ea6759127da2d0099680c35d1866be9375
public bool HasInlineReference { get; set; }Property: InlineReferenceText
Section titled “Property: InlineReferenceText”Original lines: 649
Declaration hash: sha256:d1a73feb169a944e336695b3b0bb0ba39183e73b7c656883a3637e6c8dd8eaee
public string InlineReferenceText { get; set; }Property: InlineReferenceTypeName
Section titled “Property: InlineReferenceTypeName”Original lines: 654
Declaration hash: sha256:6b947b847e8fe1f554dca6b24732eb394355d0241f73278a1c1ee3c68975d9aa
public string InlineReferenceTypeName { get; set; }Property: InlineReferenceInvalid
Section titled “Property: InlineReferenceInvalid”Original lines: 660
Declaration hash: sha256:e4679f78e3d3c59765aec01213ba4df1a07811e4d29a4d0579880c358eea17eb
public bool InlineReferenceInvalid { get; set; }Property: Tooltip
Section titled “Property: Tooltip”Original lines: 665
Declaration hash: sha256:7f18d58db5e4cf98806fa904b20201171943e3b98223f6800a617b514bece523
public string Tooltip { get; set; }Property: HasNullForgivingOperator
Section titled “Property: HasNullForgivingOperator”Original lines: 671
Declaration hash: sha256:2114327e88bac8ca4a049139e94dfffb9c905b6534d8531d4eefce9f5d38fe79
public bool HasNullForgivingOperator { get; set; }Property: HasPostfixBadge
Section titled “Property: HasPostfixBadge”Original lines: 677
Declaration hash: sha256:985cf15c8160b14aca218901fa0c5ef61b2c62a06af94696db11b621cba979b3
public bool HasPostfixBadge { get; set; }Property: HasFromEndBadge
Section titled “Property: HasFromEndBadge”Original lines: 683
Declaration hash: sha256:bc14ca303adf962c1ed1610e718ac54a83e5adc986d5b20a61c60d6e255a12eb
public bool HasFromEndBadge { get; set; }Property: HasNoSyncBadge
Section titled “Property: HasNoSyncBadge”Original lines: 691
Declaration hash: sha256:a471fba448fe9b19cd73357df7f5087e5cec4f8a6c53884f2a1d4f0d39a677c4
public bool HasNoSyncBadge { get; set; }Property: DefaultValueLabel
Section titled “Property: DefaultValueLabel”Original lines: 697
Declaration hash: sha256:3e9b0b45a5e0aef97a95b3610ae82b42616a41277b276ae94d19d6b5a63bd7d2
public string DefaultValueLabel { get; set; }Property: IsDelegateHeaderPin
Section titled “Property: IsDelegateHeaderPin”Original lines: 703
Declaration hash: sha256:abd49f5595dea44207ce03456bf96821904ca5fd9346b6725d0f0544b16e1e3f
public bool IsDelegateHeaderPin { get; set; }Property: IsSplittable
Section titled “Property: IsSplittable”Original lines: 719
Declaration hash: sha256:a47731d9e6ba41a2af33322fc7dd5b69df45ef76f79b447ca055ca28bd26d640
public bool IsSplittable { get; set; }Property: IsExpanded
Section titled “Property: IsExpanded”Original lines: 727
Declaration hash: sha256:df1b5a03f735de6bef90001301141acf98bf13ddf11b9a69a4d0a7dc0f6fd17c
public bool IsExpanded { get; set; }Property: ParentPortId
Section titled “Property: ParentPortId”Original lines: 734
Declaration hash: sha256:3d10ce7b5ab500003612525b6c303fe9750fccaa127069545af993811186e567
public string ParentPortId { get; set; }Property: MemberName
Section titled “Property: MemberName”Original lines: 740
Declaration hash: sha256:d80cf47666596f32161fccf335f647468e68392488676da8173a57662407a552
public string MemberName { get; set; }Property: MemberPath
Section titled “Property: MemberPath”Original lines: 748
Declaration hash: sha256:167f1ae8927b72db08d80b1584dd07f0155d3cceadbeeb75a6c0ed8e1db5acb9
public string MemberPath { get; set; }Property: IndentLevel
Section titled “Property: IndentLevel”Original lines: 756
Declaration hash: sha256:7146b0f0db12daa9bb5c5a65844a28835b62e878f4221e4cdd127df5344f2749
public int IndentLevel { get; set; }Property: ChildPortIds
Section titled “Property: ChildPortIds”Original lines: 763
Declaration hash: sha256:31332a676e11626ad991e86d7d1ed686236f25d6c104f7ea055a7af2f340288c
public List<string> ChildPortIds { get; set; }Property: IsPassThroughVisual
Section titled “Property: IsPassThroughVisual”Original lines: 772
Declaration hash: sha256:02402b3f33a17f2056d79c4f1ae7a89687c12e87d5b06c388c27f52d16df9dfc
public bool IsPassThroughVisual { get; set; }Property: IsSplitPeer
Section titled “Property: IsSplitPeer”Original lines: 780
Declaration hash: sha256:66b6b6371ea490de179d4116334ba34e4b0914798e9a0e51a8dd4b31396273c8
public bool IsSplitPeer { get; set; }Property: CanRecombine
Section titled “Property: CanRecombine”Original lines: 789
Declaration hash: sha256:9fa6590581e5a9a11f70825f1714c0ac09cb1a296b9b0dd6826e1f1b09fb3ced
public bool CanRecombine { get; set; }Property: IsInstanceConsumer
Section titled “Property: IsInstanceConsumer”Original lines: 806
Declaration hash: sha256:01a537df7a2a86fa07c3f26cfce4829a4f5c88ff3f4c919901238fb36d474d42
public bool IsInstanceConsumer { get; set; }Property: InstanceDisplayMode
Section titled “Property: InstanceDisplayMode”Original lines: 813
Declaration hash: sha256:6d9b6cf85cbb85f65a6dce5fb6d1dfcdf5c3d9d1c23cd7ed7674b0658c85e9f7
public string InstanceDisplayMode { get; set; }Property: InstanceConsumerId
Section titled “Property: InstanceConsumerId”Original lines: 820
Declaration hash: sha256:fd8d11284cbc3eaadaddb3171299787761ccb8bea2384f34a6d3aba1e8e6ef39
public string InstanceConsumerId { get; set; }Property: IsDormant
Section titled “Property: IsDormant”Original lines: 829
Declaration hash: sha256:0edba1f39c2589e5b6d634ba13ac8fa3444c201ffdbdfb7ec84fdbdd303bc313
public bool IsDormant { get; set; }Property: SourceTypeBadge
Section titled “Property: SourceTypeBadge”Original lines: 838
Declaration hash: sha256:5972ee79a00253039af68071fd5a726a4cdeadcd8622d4c1620414088fcc5d0d
public string SourceTypeBadge { get; set; }Property: AccessFormBadge
Section titled “Property: AccessFormBadge”Original lines: 846
Declaration hash: sha256:3d35f4a5ff870256a10f2b5a3657a1a892134af0de3cbfc09d3d4a2c1b792e64
public string AccessFormBadge { get; set; }Property: IsPointerDereferencedReceiver
Section titled “Property: IsPointerDereferencedReceiver”Original lines: 853
Declaration hash: sha256:f65e3b18304c469810bc6caec7ad3c14a719f05a35d3da96977764f13b5ebbe4
public bool IsPointerDereferencedReceiver { get; set; }Property: FormatSpecifierBadge
Section titled “Property: FormatSpecifierBadge”Original lines: 860
Declaration hash: sha256:5bbc01519f7779bad2a88b9007700fc521a3b1800c05e9747fedd905c37aff9a
public string FormatSpecifierBadge { get; set; }Property: TypeBadge
Section titled “Property: TypeBadge”Original lines: 868
Declaration hash: sha256:a79e22e498d02b824892c8a597a3d92415485ae34569caec4630d49efaaf42e3
public string TypeBadge { get; set; }Property: IsGuarded
Section titled “Property: IsGuarded”Original lines: 877
Declaration hash: sha256:f5bc8404264cd7b4480ec28b476433dca71df424848302bc5abcafd1f9fb23f3
public bool IsGuarded { get; set; }Property: GuardState
Section titled “Property: GuardState”Original lines: 885
Declaration hash: sha256:d4c275a3d7d5e5cf0ff84ea600e2121170a2e11c3a1e4cb7ff7565e1e28914d2
public PortGuardState GuardState { get; set; }Property: IsDangling
Section titled “Property: IsDangling”Original lines: 894
Declaration hash: sha256:efff88a5f051e1262a0ddd9c5e6408a296b4e5e5637638b94012ae7339975f0f
public bool IsDangling { get; set; }Property: IsWired
Section titled “Property: IsWired”Original lines: 903
Declaration hash: sha256:e10cb48bf6222df5a915abff55356ef5333470d39f6ee564178aa8a274a8151f
public bool IsWired { get; set; }Property: IsLiteralEligible
Section titled “Property: IsLiteralEligible”Original lines: 917
Declaration hash: sha256:31f672c965f76ee45901d9f51da54ca6cb6dc4c0f8be280937cc87ecde3dc103
public bool IsLiteralEligible { get; set; }Property: AllowsObjectReference
Section titled “Property: AllowsObjectReference”Original lines: 933
Declaration hash: sha256:349d0fcd6595f9b1e8b85e3eca46b95c3594c8a65b8d6a92fc86bc54a4243b49
public bool AllowsObjectReference { get; set; }Property: HasObjectReference
Section titled “Property: HasObjectReference”Original lines: 941
Declaration hash: sha256:c254184fd0baab9b105f304938550c7bf445b71bf8f99c8191a0683fb3c55828
public bool HasObjectReference { get; set; }Property: ObjectReferenceText
Section titled “Property: ObjectReferenceText”Original lines: 948
Declaration hash: sha256:f08f305d807ec458d5329938fa3a4d16a5a34991f7abea3969b94ad3e4556406
public string ObjectReferenceText { get; set; }Property: ObjectReferenceTypeName
Section titled “Property: ObjectReferenceTypeName”Original lines: 954
Declaration hash: sha256:4cc461e7b1f97326a8664f62978f27e33f66b0f83fc9453628395a141f513d7d
public string ObjectReferenceTypeName { get; set; }Property: ObjectReferenceProjectPath
Section titled “Property: ObjectReferenceProjectPath”Original lines: 962
Declaration hash: sha256:9cc382156b84b8bfd71daa6ae5cb78f21cdc4ad492bcad221c38fe836c8996fb
public string ObjectReferenceProjectPath { get; set; }Property: ObjectReferenceMissing
Section titled “Property: ObjectReferenceMissing”Original lines: 970
Declaration hash: sha256:c8a8b3cdde0a4a97d1ead4b295202c7e170b84d7f84edd5d444b07d745bbccf3
public bool ObjectReferenceMissing { get; set; }Property: ObjectReferenceSuppressed
Section titled “Property: ObjectReferenceSuppressed”Original lines: 977
Declaration hash: sha256:3b382ab38a22f9e22ea72526b7b1b936869a2e6a23e2e5e95410ffc7cdae8411
public bool ObjectReferenceSuppressed { get; set; }Property: IsCompositeLiteral
Section titled “Property: IsCompositeLiteral”Original lines: 994
Declaration hash: sha256:5835e9bee380926317ea83a484406338fa4452e2c481a007c575582d6e2097dc
public bool IsCompositeLiteral { get; set; }Property: CompositeComponentLabels
Section titled “Property: CompositeComponentLabels”Original lines: 1001
Declaration hash: sha256:255ca6e124b0aa86ad7dfe9b3547747c7a34bb10d1cb8a9b2cb5caf6532fe9e3
public IReadOnlyList<string> CompositeComponentLabels { get; set; }Property: CompositeComponentValues
Section titled “Property: CompositeComponentValues”Original lines: 1007
Declaration hash: sha256:6bc94e1bc5bb55cfb88a21e9cdd31eae74ebfcce976a36b654933f82783d7829
public IReadOnlyList<string> CompositeComponentValues { get; set; }Type: EdgeDefinition
Section titled “Type: EdgeDefinition”Original lines: 1013-1038
Declaration hash: sha256:cf48a50a512f478a0ce5eaa7f4a7524686c466ede6df6bc02f2502ca3cf4ce3e
public sealed class EdgeDefinition{}Property: LiveEdgeId
Section titled “Property: LiveEdgeId”Original lines: 1018
Declaration hash: sha256:3b4aa49aef055e5f4a968ff88c9e1a611a056f2662c69647170f7095ad85165a
public Guid LiveEdgeId { get; set; }Property: FromNodeId
Section titled “Property: FromNodeId”Original lines: 1021
Declaration hash: sha256:6bb9b8bc3d8f49650ff514ff28020297fb8d6e27c7ce3191e0bb07aee851493b
public Guid FromNodeId { get; set; }Property: FromPortId
Section titled “Property: FromPortId”Original lines: 1023
Declaration hash: sha256:20f41ff1aa9b8075f843847e76d142aed9ca6b60973e40fb057f996dc4896e89
public string FromPortId { get; set; }Property: ToNodeId
Section titled “Property: ToNodeId”Original lines: 1025
Declaration hash: sha256:5c5796f226efe8f548e68077bba82061ddab649e606a851741180c39200c6fe3
public Guid ToNodeId { get; set; }Property: ToPortId
Section titled “Property: ToPortId”Original lines: 1027
Declaration hash: sha256:aa1834932f193b8be4c4e993add438c16c129c250de7eb8672afad21aa4c1e4a
public string ToPortId { get; set; }Property: IsExecutionEdge
Section titled “Property: IsExecutionEdge”Original lines: 1032
Declaration hash: sha256:8fe4e1b49b73e3c770d093e81613569edc60429bc63f328786bbf4feb5811cd7
public bool IsExecutionEdge { get; set; }Property: UserReroutes
Section titled “Property: UserReroutes”Original lines: 1037
Declaration hash: sha256:2f4f055d5f7b32d2a3582045140b7cf2c98df2c672fef637e3267382fe9fd719
public List<Vector2> UserReroutes { get; set; }