The Mindscape.LightSpeed.Web.WebForms namespace supports building ASP.NET Web Forms applications using LightSpeed.
Classes
| Class | Description | |
|---|---|---|
| EntityDataBinder |
Provides a two way data binding control which allows you to bind entities to and from form
controls for an ASP.NET web form
| |
| EntityDataBinderValidationException |
Describes an exception which has occured as part of a databinding operations with the
EntityDataBinder.
| |
| EntityDataBindingException |
An exception which is thrown when an error occurs with an EntityDataBinder operation.
| |
| EntityDataBindingItem |
An individual data binding item that allows you to bind a source binding source - a database field or Object property typically - to a target control property
| |
| EntityDataBindingItemCollection |
Collection of individual DataBindingItems. Implemented explicitly as
a CollectionBase class rather than using List#WebDataBindingItems#
so that Add can be overridden
| |
| EntityDataBindingValidationEventArgs |
Event arguments used for events where we are dealing with validation results from a data binding operation
for the EntityDataBinder
| |
| RequiredFieldException |
An exception that is thrown when a required value is blank during validation
|
Interfaces
| Interface | Description | |
|---|---|---|
| IEntityDataBinder |
Provides a two way data binding control which allows you to bind entities to and from form
controls for an ASP.NET web form
|
Delegates
| Delegate | Description | |
|---|---|---|
| DataBindingItemValidate |
Delegate for events relating to validation.
| |
| ItemNotification |
Delegate for events raised relating to entity data binding items
| |
| ItemResultNotification |
Delegate for events raised relating to entity data binding items
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| BindingMode |
Enumeration which specifies how binding should be handled for a given EntityDataBindingItem
|