This documentation is archived and is not being maintained.
ExpressionBindingCollection Class
Visual Studio 2010
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.
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(array<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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:




