System.Web.UI.ExpressionBindingCollection Members

The members of System.Web.UI.ExpressionBindingCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.ExpressionBinding objects in the System.Web.UI.ExpressionBindingCollection collection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the System.Web.UI.ExpressionBinding objects in the collection can be modified.

[read-only]
IsSynchronizedbool.

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]
RemovedBindingsICollection.

Gets a collection of strings representing the names of bindings that have been removed.

[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to the collection.

Public Methods

Add(ExpressionBinding)

Appends the specified System.Web.UI.ExpressionBinding object to the end of the collection.

Clear()

Removes all the System.Web.UI.ExpressionBinding objects from the collection.

Contains(string) : bool

Determines whether the System.Web.UI.ExpressionBindingCollection collection contains a specific System.Web.UI.ExpressionBinding object.

CopyTo(Array, int)

Copies all the System.Web.UI.ExpressionBinding objects from the System.Web.UI.ExpressionBindingCollection collection to a one-dimensional array, starting at the specified index in the target array.

CopyTo(ExpressionBinding[], int)

Copies all the System.Web.UI.ExpressionBinding objects from the System.Web.UI.ExpressionBindingCollection collection to a one-dimensional array of System.Web.UI.ExpressionBinding objects, starting at the specified index in the target array.

GetEnumerator() : IEnumerator

Returns an IEnumerator-implemented object that can be used to iterate through the System.Web.UI.ExpressionBinding objects in the collection.

Remove(string)

Removes the specified System.Web.UI.ExpressionBinding object from the collection.

Remove(ExpressionBinding)

Removes the specified System.Web.UI.ExpressionBinding object from the collection.

Remove(string, bool)

Removes the specified System.Web.UI.ExpressionBinding object from the collection.

Public Events

Changed

Occurs when the collection of System.Web.UI.ExpressionBinding objects is changed.