DataBindingCollection Members

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

The following tables list the members exposed by the DataBindingCollection type.

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

  Name Description
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

(see also Protected Methods )
  Name Description
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  Overloaded. Determines whether two Object instances are equal. (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)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (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

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

  Name Description
Public event Changed Occurs when the collection of DataBinding objects is changed.
Top

Community Additions

ADD
Show: