BindingContext

Wisej.Web.BindingContext

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Manages the collection of BindingManagerBase objects for any object that inherits from the Control class.

public class BindingContext : BindingContext

Constructors

Creates a new instance of BindingContext.

Properties

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.

Methods

Returns whether the BindingContext contains the BindingManagerBase associated with the data source.

ParameterTypeDescription

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.

ParameterTypeDescription

dataSource

dataMember

Returns: Boolean. true if the BindingContext contains the BindingManagerBase; otherwise, false.

Associates a Binding with a new BindingContext.

ParameterTypeDescription

newBindingContext

binding

Events

CollectionChangeEventHandler Fired when the collection of data sources changes.

Last updated