The members of System.Web.UI.ExpressionBindingCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.ExpressionBindingCollection class. |
[read-only] | Count | int.
Gets the number of System.Web.UI.ExpressionBinding objects in the System.Web.UI.ExpressionBindingCollection collection. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the System.Web.UI.ExpressionBinding objects in the collection can be modified. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether access to the collection is synchronized (thread safe). |
[read-only] default property | Item(string) | ExpressionBinding. Documentation for this section has not yet been entered. |
[read-only] | RemovedBindings | ICollection.
Gets a collection of strings representing the names of bindings that have been removed. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the collection. |
Add(ExpressionBinding)
| ||
Clear()
| ||
Contains(string)
| ||
CopyTo(Array, int)
| ||
CopyTo(ExpressionBinding[], int)
| ||
GetEnumerator()
| ||
Remove(string)
| ||
Remove(ExpressionBinding)
| ||
Remove(string, bool)
|
Changed |
Occurs when the collection of System.Web.UI.ExpressionBinding objects is changed. |