GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPort Interface
Properties Methods

In This Topic
    IGoPort Interface Members
    In This Topic

    The following tables list the members exposed by IGoPort.

    Public Properties
     NameDescription
     Property Gets an enumerator over all of the links going out of this port.  
     Property Gets the number of links going out of this port.  
     PropertyGets a GoObject associated with this node, port, or link. (Inherited from Northwoods.Go.IGoGraphPart)
     Property Gets an enumerator over all of the links connected at this port.  
     Property Gets the total number of links connected at this port.  
     Property Gets the node that this port is part of.  
     Property Gets an enumerator over all of the links coming into this port.  
     Property Gets the number of links coming into this port.  
     Property Gets or sets an integer value associated with this port. (Inherited from Northwoods.Go.IGoGraphPart)
     Property Gets or sets an object associated with this port. (Inherited from Northwoods.Go.IGoGraphPart)
    Top
    Public Methods
     NameDescription
     MethodAdd a link whose IGoLink.FromPort should be this port.  
     MethodAdd a link whose IGoLink.ToPort should be this port.  
     Method This predicate should be true if, by itself, there is no known reason why one couldn't create a valid link from this port to some port.  
     Method This predicate should be true if, by itself, there is no known reason why one couldn't create a valid link from some port to this one.  
     Method Remove all links connected at this port.  
     Method This predicate is true if the given link is connected to this port.  
     Method Returns a newly allocated array containing references to all of the links connected to this port.  
     Method This predicate should be true when it is valid to create a link from this port to another port.  
     Method This method is called when a link connected to this port is changed.  
     Method Remove a link from the collection of links connected to this port.  
    Top
    See Also