Represents a collection of connections.
Add | Adds and returns a new connection with the corresponding values. |
AddWithParentRestriction | Adds with the option for a parent restriction and returns a new connection with the corresponding values. A Constellation or Subset must be one of the input objects. |
Clear | Clears all connections values from the collection. |
ItemByFromToObjects | Given the From and To objects of a connection, returns the element in the collection. |
Remove | Remove the connection for the input from-to object pair. |
RemoveAt | Remove the connection with the input index. |
Count | Returns the number of elements in the collection. |
Item | Given an index, returns the element in the collection. |