The DataSourcesCollection type exposes the following members.
Back to Top
Back to Top
Back to Top
        Constructors
| Name | Description | |
|---|---|---|
| DataSourcesCollection | Initializes a new instance of the DataSourcesCollection class  | 
Methods
| Name | Description | |
|---|---|---|
| Add | Add adds dataServiceElement to the collection of 
            data sources in this class
              | |
| Clear | Clear removes all data sources in this class instance.
              | |
Copies the contents of the   (Inherited from  | ||
Compares the   (Inherited from  | ||
|  (Inherited from  | ||
Gets a unique value representing the   (Inherited from  | ||
Gets the   (Inherited from  | ||
| IndexOf | 
            Returns the index of dataServiceElement  | |
Gets a value indicating whether the   (Inherited from  | ||
| Remove(String) | Remove removes the data source specified by name  | |
| Remove(DataSourceElement) | Remove removes dataServiceElement from the collection
            of data sources in this class.
              | |
| RemoveAt | RemoveAt removes the data source located at index  | |
Returns a string that represents the current object.  (Inherited from  | 
Properties
| Name | Description | |
|---|---|---|
| CollectionType | CollectionType the type of the collection
              (Overrides  | |
Gets the number of elements in the collection.  (Inherited from  | ||
Gets a reference to the top-level   (Inherited from  | ||
Gets an   (Inherited from  | ||
Gets or sets a value that specifies whether the collection has been cleared.  (Inherited from  | ||
Gets a value indicating whether access to the collection is synchronized (thread safe).  (Inherited from  | ||
| Item Int32 | 
            Return the DataSourceElement at the given index  | |
| Item String | 
            Return the DataSourceElement associated with Name  | |
Gets the collection of locked attributes.  (Inherited from  | ||
Gets the collection of locked elements.  (Inherited from  | ||
Gets the collection of locked attributes   (Inherited from  | ||
Gets the collection of locked elements.  (Inherited from  | ||
Gets or sets a value indicating whether the element is locked.  (Inherited from  | ||
Gets an object used to synchronize access to the   (Inherited from  | 
See Also