DataConnectionCollection
Contents
[
Hide
]DataConnectionCollection class
DataConnection collection.
public class DataConnectionCollection : Collection
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets the number of elements actually contained in the collection. |
| Item { get; } | Gets the element at the specified index. |
| NextID { get; set; } | The next available ID for new connections. |
Methods
| Name | Description |
|---|---|
| Add(DataConnection) | Add the dataConnection in the collection. |
| Clear() | Removes all elements from collection. |
| GetDataConnection(uint) | Gets the element at the specified ID. |
| GetEnumerator() | Supports a simple iteration over a nongeneric collection. |
| IsExist(int) | Is exist item in the collection. |
| Remove(DataConnection) | Remove the dataConnection from the collection. |
See Also
- class Collection
- namespace Aspose.Diagram
- assembly Aspose.Diagram