BindingContext Methods
.NET Framework 4.5
The BindingContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds the BindingManagerBase associated with a specific data source to the collection. |
|
AddCore | Infrastructure. Adds the BindingManagerBase associated with a specific data source to the collection. |
|
Clear | Clears the collection of any BindingManagerBase objects. |
|
ClearCore | Infrastructure. Clears the collection. |
|
Contains(Object) | Gets a value indicating whether the BindingContext contains the BindingManagerBase associated with the specified data source. |
|
Contains(Object, String) | Gets a value indicating whether the BindingContext contains the BindingManagerBase associated with the specified data source and data member. |
|
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.) |
|
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.) |
|
OnCollectionChanged | Infrastructure. Raises the CollectionChanged event. |
|
Remove | Deletes the BindingManagerBase associated with the specified data source. |
|
RemoveCore | Infrastructure. Removes the BindingManagerBase associated with the specified data source. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UpdateBinding | Associates a Binding with a new BindingContext. |
| 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.) |
| Name | Description | |
|---|---|---|
|
ICollection.CopyTo | Infrastructure. Copies the elements of the collection into a specified array, starting at the collection index. |
|
IEnumerable.GetEnumerator | Infrastructure. Gets an enumerator for the collection. |