The NBNode type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NBNode | Initializes a new instance of the NBNode class |
Methods
Name | Description | |
---|---|---|
![]() | CreateExceptionFromExceptionList |
Constructs an NBException from a broker exception list.
|
![]() | CreateExceptionList |
Constructs a new exception list from the given exception and places into the given NBMessage.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | GetAllOutputTerminals |
Returns a collection of all output terminals belonging to this node.
|
![]() | GetAllRoutes |
Returns a collection of all labels asociated with the message flow that this node belongs to.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | GetRoute |
Returns an NBRoute object matching the label name passed as an argument,
or null if the matching label node does not exist.
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | GetUserDefinedProperty |
Returns the value of the requested user defined property.
|
![]() | GetUserDefinedPropertyAsString |
Returns the value of the requested user defined property as a string.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | OutputTerminal |
Returns an NBOutputTerminal matching the name passed as an argument, or
null if the terminal does not exist.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Name |
Gets the name (label) of the node.
|
See Also