Wisej.Web.BindingContext
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Manages the collection of BindingManagerBase objects for any object that inherits from the Control class.
Creates a new instance of BindingContext.
Boolean: Returns whether the collection is read-only.
BindingManagerBase: Returns the BindingManagerBase that is associated with the data source.
BindingManagerBase: Returns a BindingManagerBase that is associated with the data source and data member.
Throws:
Exception The specified dataMember does not exist in the specified data source.
Adds the BindingManagerBase associated with a specific data source to the collection.
dataSource
listManager
Throws:
ArgumentNullException dataSource is null, or listManager is null.
Adds the BindingManagerBase associated with a specific data source to the collection.
dataSource
listManager
Throws:
ArgumentNullException dataSource is null, or listManager is null.
Clears the collection of any BindingManagerBase objects.
Clears the collection of any BindingManagerBase objects.
Returns whether the BindingContext contains the BindingManagerBase associated with the data source.
dataSource
Returns: Boolean. true if the BindingContext contains the BindingManagerBase; otherwise, false.
Returns whether the BindingContext contains the BindingManagerBase associated with the data source and data member.
dataSource
dataMember
Returns: Boolean. true if the BindingContext contains the BindingManagerBase; otherwise, false.
Removes the BindingManagerBase associated with the specified dataSource .
dataSource
An object that represents the data source.
Removes the BindingManagerBase associated with the specified dataSource .
dataSource
An object that represents the data source.
Associates a Binding with a new BindingContext.
newBindingContext
binding
CollectionChangeEventHandler Fired when the collection of data sources changes.
The object associated with the .
The to add.
The object associated with the .
The to add.
An that represents the data source.
An that represents the data source.
The information needed to resolve to a specific .
The new to associate with the .
The to associate with the new .