DataSourcesCollection Members

The DataSourcesCollection type exposes the following members.
Constructors

  NameDescription
Public methodDataSourcesCollection
Initializes a new instance of the DataSourcesCollection class
Back to Top
Methods

  NameDescription
Public methodAdd
Add adds dataServiceElement to the collection of data sources in this class
Public methodClear
Clear removes all data sources in this class instance.
Public methodOnlineCopyTo
Copies the contents of the OnlineConfigurationElementCollection to an array.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineEquals
Compares the OnlineConfigurationElementCollection to the specified object.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineGetEnumerator
Gets an OnlineIEnumerator which is used to iterate through the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineGetHashCode
Gets a unique value representing the OnlineConfigurationElementCollection instance.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIndexOf
Returns the index of dataServiceElement
Public methodOnlineIsReadOnly
Gets a value indicating whether the OnlineConfigurationElementCollection object is read only.
(Inherited from OnlineConfigurationElementCollection.)
Public methodRemove(String)
Remove removes the data source specified by name
Public methodRemove(DataSourceElement)
Remove removes dataServiceElement from the collection of data sources in this class.
Public methodRemoveAt
RemoveAt removes the data source located at index
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyCollectionType
CollectionType the type of the collection
(Overrides OnlineConfigurationElementCollection CollectionType.)
Public propertyOnlineCount
Gets the number of elements in the collection.
(Inherited from OnlineConfigurationElementCollection.)
Public propertyOnlineCurrentConfiguration
Gets a reference to the top-level OnlineConfiguration instance that represents the configuration hierarchy that the current OnlineConfigurationElement instance belongs to.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineElementInformation
Gets an OnlineElementInformation object that contains the non-customizable information and functionality of the OnlineConfigurationElement object.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineEmitClear
Gets or sets a value that specifies whether the collection has been cleared.
(Inherited from OnlineConfigurationElementCollection.)
Public propertyOnlineIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from OnlineConfigurationElementCollection.)
Public propertyItem Int32 
Return the DataSourceElement at the given index
Public propertyItem String 
Return the DataSourceElement associated with Name
Public propertyOnlineLockAllAttributesExcept
Gets the collection of locked attributes.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAllElementsExcept
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAttributes
Gets the collection of locked attributes
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockElements
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockItem
Gets or sets a value indicating whether the element is locked.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineSyncRoot
Gets an object used to synchronize access to the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Back to Top
See Also