BindingContext
Wisej.Web.BindingContext
Last updated
Was this helpful?
Wisej.Web.BindingContext
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.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
dataSource
dataMember
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.
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.
Associates a with a new .
The new to associate with the .
The to associate with the new .