NBTerminal represents base class functionality for output terminals.

C# | Visual Basic | Visual C++ | F# |
public abstract class NBTerminal
Public MustInherit Class NBTerminal
public ref class NBTerminal abstract
[<AbstractClassAttribute>] type NBTerminal = class end

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Attached |
Gets whether the terminal is attached to anything or not.
|
![]() | Dynamic |
Returns true if the terminal is dynamic. A dynamic terminal is a terminal that was
added to a node by a messageflow designer rather than being a static attribute
which was added to the node when it was written.
|
![]() | Equals(NBTerminal) |
Returns true if the two NBTerminal object references refer to the same terminal.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Name |
Gets the name of the terminal.
|
![]() | ToString()()()() |
Returns a String representation of the terminal.
(Overrides Object.ToString()()()().) |

Object | ||
![]() | NBTerminal | |
![]() | NBOutputTerminal |