ExpressionBindingCollection Class
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a collection of ExpressionBinding objects. This class cannot be inherited.
Namespace:
System.Web.UI
Assembly: System.Web (in System.Web.dll)
The ExpressionBindingCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ExpressionBindingCollection | Infrastructure. Initializes a new instance of the ExpressionBindingCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Infrastructure. Gets the number of ExpressionBinding objects in the ExpressionBindingCollection collection. |
![]() | IsReadOnly | Infrastructure. Gets a value indicating whether the ExpressionBinding objects in the collection can be modified. |
![]() | IsSynchronized | Infrastructure. Gets a value indicating whether access to the collection is synchronized (thread safe). |
![]() | Item | Infrastructure. Gets an ExpressionBinding object from the collection with the specified PropertyName value. |
![]() | RemovedBindings | Infrastructure. Gets a collection of strings representing the names of bindings that have been removed. |
![]() | SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Infrastructure. Appends the specified ExpressionBinding object to the end of the collection. |
![]() | Clear | Infrastructure. Removes all the ExpressionBinding objects from the collection. |
![]() | Contains | Infrastructure. Determines whether the ExpressionBindingCollection collection contains a specific ExpressionBinding object. |
![]() | CopyTo(Array, Int32) | Infrastructure. Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array, starting at the specified index in the target array. |
![]() | CopyTo(ExpressionBinding[], Int32) | Infrastructure. Copies all the ExpressionBinding objects from the ExpressionBindingCollection collection to a one-dimensional array of ExpressionBinding objects, starting at the specified index in the target array. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator | Infrastructure. Returns an IEnumerator-implemented object that can be used to iterate through the ExpressionBinding objects in the collection. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove(ExpressionBinding) | Infrastructure. Removes the specified ExpressionBinding object from the collection. |
![]() | Remove(String) | Infrastructure. Removes the specified ExpressionBinding object from the collection. |
![]() | Remove(String, Boolean) | Infrastructure. Removes the specified ExpressionBinding object from the collection. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | Changed | Infrastructure. Occurs when the collection of ExpressionBinding objects is changed. |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
