The LinkCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LinkCollection()()()() |
Creates a new LinkCollection.
|
![]() | LinkCollection(ArrayList) |
Creates a new collection from an ArrayList.
|
Methods
Name | Description | |
---|---|---|
![]() | Add(Link) |
Adds a new Link to the collection.
|
![]() | Add(String, String) |
Adds a new Link to the collection.
|
![]() | Add(String, String, LinkType, String) | |
![]() | Clear | (Inherited from CollectionBase.) |
![]() | Contains |
Determines whether the collection contains a specified Link.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindByFromTo | |
![]() | FindById |
Finds a Link by its Id.
|
![]() | GetEnumerator | (Inherited from CollectionBase.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item in the collection.
|
![]() | Insert |
Inserts a new Link at the specified position.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnClear | (Inherited from CollectionBase.) |
![]() | OnClearComplete | (Inherited from CollectionBase.) |
![]() | OnInsert | (Inherited from CollectionBase.) |
![]() | OnInsertComplete | (Inherited from CollectionBase.) |
![]() | OnRemove | (Inherited from CollectionBase.) |
![]() | OnRemoveComplete | (Inherited from CollectionBase.) |
![]() | OnSet | (Inherited from CollectionBase.) |
![]() | OnSetComplete | (Inherited from CollectionBase.) |
![]() | OnValidate | (Inherited from CollectionBase.) |
![]() | Remove |
Removes a Link from the collection.
|
![]() | RemoveAt | (Inherited from CollectionBase.) |
![]() | ToArrayList |
Converts LinkCollection to ArrayList.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from CollectionBase.) |
![]() | Count | (Inherited from CollectionBase.) |
![]() | InnerList | (Inherited from CollectionBase.) |
![]() | Item |
Gets the specified Link.
|
![]() | List | (Inherited from CollectionBase.) |