This documentation is archived and is not being maintained.

DataBindingCollection Members

Provides a collection of DataBinding objects for an ASP.NET server control. This class cannot be inherited.

The DataBindingCollection type exposes the following members.

  NameDescription
Public method DataBindingCollection Initializes a new instance of the DataBindingCollection class.
Top

  NameDescription
Public method Add Adds the specified DataBinding object to the DataBindingCollection collection.
Public method Clear Removes all DataBinding objects from the DataBindingCollection collection.
Public method Contains Determines whether the data-binding collection contains a specific DataBinding object.
Public method CopyTo Copies the DataBindingCollection values to a one-dimensional Array, beginning at the Array object's specified index.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator to iterate through the DataBindingCollection object.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Overloaded. Removes a DataBinding object from the DataBindingCollection collection.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

  NameDescription
Public property Count Gets the number of DataBinding objects in the DataBindingCollection object.
Public property IsReadOnly Gets a value indicating whether the DataBindingCollection collection is read-only.
Public property IsSynchronized Gets a value indicating whether the DataBindingCollection collection is synchronized (thread safe).
Public property Item Gets the DataBinding object with the specified property name.
Public property RemovedBindings Gets an array of the names of the DataBinding objects removed from the collection.
Public property SyncRoot Gets an object that can be used to synchronize access to the DataBindingCollection collection.
Top

  NameDescription
Public event Changed Occurs when the collection of DataBinding objects is changed.
Top
Show: