Class DataConnectionCollection
Contents
[
Hide
]DataConnectionCollection class
DataConnection collection.
public class DataConnectionCollection : Collection<DataConnection>
Properties
| Name | Description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; set; } | |
| NextID { get; set; } | The next available ID for new connections. |
Methods
| Name | Description |
|---|---|
| Add(DataConnection) | Add the dataConnection in the collection. |
| BinarySearch(DataConnection) | |
| BinarySearch(DataConnection, IComparer<DataConnection>) | |
| BinarySearch(int, int, DataConnection, IComparer<DataConnection>) | |
| Clear() | |
| Contains(DataConnection) | |
| CopyTo(DataConnection[]) | |
| CopyTo(DataConnection[], int) | |
| CopyTo(int, DataConnection[], int, int) | |
| Exists(Predicate<DataConnection>) | |
| Find(Predicate<DataConnection>) | |
| FindAll(Predicate<DataConnection>) | |
| FindIndex(Predicate<DataConnection>) | |
| FindIndex(int, Predicate<DataConnection>) | |
| FindIndex(int, int, Predicate<DataConnection>) | |
| FindLast(Predicate<DataConnection>) | |
| FindLastIndex(Predicate<DataConnection>) | |
| FindLastIndex(int, Predicate<DataConnection>) | |
| FindLastIndex(int, int, Predicate<DataConnection>) | |
| GetDataConnection(uint) | Gets the element at the specified ID. |
| GetEnumerator() | |
| IndexOf(DataConnection) | |
| IndexOf(DataConnection, int) | |
| IndexOf(DataConnection, int, int) | |
| LastIndexOf(DataConnection) | |
| LastIndexOf(DataConnection, int) | |
| LastIndexOf(DataConnection, int, int) | |
| Remove(DataConnection) | Remove the dataConnection from the collection. |
| RemoveAt(int) |
See Also
- class Collection<T>
- class DataConnection
- namespace Aspose.Diagram
- assembly Aspose.Diagram