DataBindingCollection Members
.NET Framework 2.0
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 | |
|---|---|---|
| DataBindingCollection | Initializes a new instance of the DataBindingCollection class. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of DataBinding objects in the DataBindingCollection object. |
| IsReadOnly | Gets a value indicating whether the DataBindingCollection collection is read-only. |
| IsSynchronized | Gets a value indicating whether the DataBindingCollection collection is synchronized (thread safe). |
| Item | Gets the DataBinding object with the specified property name. |
| RemovedBindings | Gets an array of the names of the DataBinding objects removed from the collection. |
| SyncRoot | Gets an object that can be used to synchronize access to the DataBindingCollection collection. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Adds the specified DataBinding object to the DataBindingCollection collection. |
| Clear | Removes all DataBinding objects from the DataBindingCollection collection. |
| Contains | Determines whether the data-binding collection contains a specific DataBinding object. |
| CopyTo | Copies the DataBindingCollection values to a one-dimensional Array, beginning at the Array object's specified index. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns an enumerator to iterate through the DataBindingCollection object. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Overloaded. Removes a DataBinding object from the DataBindingCollection collection. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Community Additions
ADD
Show: