[]
Represents the collection of custom data providers.
public class DataProviderInfoCollection : Collection<DataProviderInfo>, IList<DataProviderInfo>, ICollection<DataProviderInfo>, IList, ICollection, IReadOnlyList<DataProviderInfo>, IReadOnlyCollection<DataProviderInfo>, IEnumerable<DataProviderInfo>, IEnumerable
| Name | Description |
|---|---|
| DataProviderInfoCollection() | Initializes new instance of DataProviderInfoCollection class. |
| Name | Description |
|---|---|
| this[int] | Gets or sets the DataProviderInfo at the specified index. |
| Name | Description |
|---|---|
| Add(DataProviderInfo) | Adds the DataProviderInfo object to the end of the collection. |
| Contains(DataProviderInfo) | Determines if the DataProviderInfo object exists in the collection. |
| CopyTo(DataProviderInfo[], int) | Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. |
| IndexOf(DataProviderInfo) | Determines the index of the DataProviderInfo object in the collection. |
| Insert(int, DataProviderInfo) | Inserts the DataProviderInfo object to the collection at the specified index. |
| Remove(DataProviderInfo) | Removes the DataProviderInfo object from the collection. |
| Name | Description |
|---|---|
| ContentChanged | Occurs when the content has changed. |