The LinkCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(Link)
Adds a new Link to the collection.
Public methodAdd(String, String)
Adds a new Link to the collection.
Public methodAdd(String, String, LinkType, String)
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Determines whether the collection contains a specified Link.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindByFromTo
Public methodFindById
Finds a Link by its Id.
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the collection.
Public methodInsert
Inserts a new Link at the specified position.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes a Link from the collection.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToArrayList
Converts LinkCollection to ArrayList.
Public methodToString (Inherited from Object.)

See Also