Northwoods.Go Assembly > Northwoods.Go Namespace : IGoPort Interface |
For a list of all members of this type, see IGoPort members.
Name | Description | |
---|---|---|
![]() | AddDestinationLink | Add a link whose IGoLink.FromPort should be this port. |
![]() | AddSourceLink | Add a link whose IGoLink.ToPort should be this port. |
![]() | CanLinkFrom | 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. |
![]() | CanLinkTo | 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. |
![]() | ClearLinks | Remove all links connected at this port. |
![]() | ContainsLink | This predicate is true if the given link is connected to this port. |
![]() | CopyLinksArray | Returns a newly allocated array containing references to all of the links connected to this port. |
![]() | IsValidLink | This predicate should be true when it is valid to create a link from this port to another port. |
![]() | OnLinkChanged | This method is called when a link connected to this port is changed. |
![]() | RemoveLink | Remove a link from the collection of links connected to this port. |