The following tables list the members exposed by ConnectionElementCollection.
Public Constructors
Name | Description | |
---|---|---|
ConnectionElementCollection | Initializes a new instance of this class. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds a new element into the collection. | |
Clear | Clears all the elements from the collection. | |
GetKey | Returns the key of the element at the specified index. | |
Remove | Removes an element from the collection. | |
RemoveAt | Removes an element from the collection at the specified index. |
Protected Methods
Name | Description | |
---|---|---|
CreateNewElement | Overridden. Returns a new ConnectionElement | |
GetElementKey | Overridden. Returns the key of the element. |
Public Properties
Name | Description | |
---|---|---|
CollectionType | Overridden. Gets the type of the ConnectionElementCollection | |
Item | Gets or sets the connection element at the specified index. |
Protected Properties
Name | Description | |
---|---|---|
Properties | Overridden. Gets the collection of properties. |