The following lists ignore members of System.Web.UI.WebControls.Table class and only list eDataForm class's properties, methods and events.
Public Properties
| Gets or sets the position of embeded buttons. | |
| Gets or set the type of embeded buttons. | |
| Gets or sets a value indicating whether a new form is going to be initialized when embeded New button is clicked. | |
| Gets or sets a value indicating whether current record is to be deleted when embeded Delete button is clicked. | |
| Gets or sets a value indicating whether current record is to be inserted to database when embeded Insert button is clicked. | |
| Gets or sets a value indicating whether querying databse shall proceed when embeded Query button is clicked. | |
| Gets or sets a value indicating whether current record is to be updated when embeded Update button is clicked. | |
| Gets or sets CustomDataSource. | |
| Gets or sets the DataForm's id created in DataForm.NET Manager. | |
| Gets all key fields of DataForm. | |
| Gets a whole row record that is queried out of database. | |
Gets the Exception object if there is an error during the data operation. |
|
| Gets or sets the number of fields per row. | |
| Gets or sets a value indicating whether there is an error after the embeded button is clicked. | |
| Gets a value indicating whether DataForm validation succeeded. | |
| Gets or sets a value indicating whether the contents of the control can be changed. | |
Gets or sets the value of an individual control on the DataForm directly by field's ID. |
|
| Gets or sets the embeded message. | |
| Gets or sets the embeded message's tooltip. | |
| Gets the number of rows which were affected after updating or deleting operation. | |
| Gets or set a value indicating whether the Add button is visible. | |
| Gets or set a value indicating whether the Cancel button is visible. | |
| Gets or set a value indicating whether the Delete button is visible. | |
| Gets or set a value indicating whether the message is visible. | |
| Gets or set a value indicating whether the New button is visible. | |
| Gets or set a value indicating whether the Query button is visible. | |
| Gets or set a value indicating whether the Update button is visible. | |
| Gets the table name that DataForm maps to. | |
| Gets a collection of all validation controls contained on the DataForm. |
Public Methods
| Create a new DataForm and reset all fields' value to their default value. | |
| Delete a record that is displaying on the DataForm. | |
| Insert a record that is displaying on the DataForm into database. | |
| Query data from database and fill out DataForm. | |
| Update a record that is displaying on the DataForm. | |
Instructs any validation controls included on the DataForm to validate their assigned information. |
Public Events
| Occurs after associated Cancel button is clicked. | |
| Occurs after initializing a new DataForm when the associated New button clicked is clicked. | |
| Occurs after current record has been deleted and a new DataForm has been initialized when the associated Delete button is clicked. | |
| Occurs after new record has been inserted to database when the associated Insert button is clicked. | |
| Occurs after querying a record out of database accroding to the key values when the associated Query button is clicked. | |
| Occurs after current record has been updated when the associated Update button is clicked. | |
| Occurs before the customized actions are performed on the DataForm when the the associated cancel button is clicked. | |
| Occurs before a new form is to be initialized when the associated New button is clicked. | |
Occurs before current record is to be deleted and Dataform is to be initialized when the associated Delete button is clicked. |
|
| Occurs before current record is to be inserted to database when the associated Insert button is clicked. | |
| Occurs before querying database when the associated Query button is clicked. | |
| Occurs before current record is to be updated when the associated Update button is clicked . | |
| Occurs when an individual control on the DataForm causes a postback. |