[DataContractAttribute(Namespace = "http://schemas.quine.no/graph/v8_0.xsd",
IsReference = true)]
[KnownTypeAttribute("GetKnownTypes")]
public abstract class PortStateBase : GraphRuntimeHook| PortStateBase | Constructor. |
| Id |
"Local" id of this instance. This is valid only within the same graph.
(Inherited from GraphRuntimeHook) |
| MessageType | Assembly-qualified name of the port's message type. |
| Owner |
Parent/owner of this node, or null.
(Inherited from GraphRuntimeHook) |
| PathId |
Provides IDs of all job nodes from the root (1st element) to this.
The byte array is a sequence of integer ids with variable-length encoding (7-bit).
(Inherited from GraphRuntimeHook) |
| RuntimeObject |
The object implementing the actual behavior.
(Inherited from GraphRuntimeHook) |
| RegisterMessageType | This method is used to register message types that are carried over ports. |
| SetId |
Sets id and path id on this.
(Inherited from GraphRuntimeHook) |
| KnownTypes | All concrete port types must be registered here; RegisterMessageType(Type). |