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