Argument object used in the InsertObject event.
More...
|
| | InsertObjectArgs (System.Collections.IDictionary values) |
| | Create an instance of the object.
|
|
| int | RowsAffected [get, set] |
| | Gets or sets the number of rows affected while handling this event.
|
| System.Collections.IDictionary | Values [get] |
| | The list of data values entered by the user.
|
Argument object used in the InsertObject event.
◆ InsertObjectArgs()
| Csla.Web.InsertObjectArgs.InsertObjectArgs |
( |
System.Collections.IDictionary | values | ) |
|
|
inline |
Create an instance of the object.
- Exceptions
-
| ArgumentNullException | values is null. |
◆ RowsAffected
| int Csla.Web.InsertObjectArgs.RowsAffected |
|
getset |
Gets or sets the number of rows affected while handling this event.
The code handling the event should set this value to indicate the number of rows affected by the operation.
◆ Values
| System.Collections.IDictionary Csla.Web.InsertObjectArgs.Values |
|
get |
The list of data values entered by the user.
It is up to the event handler in the web page to take the list of values, put them into a business object and to save that object into the database.
The documentation for this class was generated from the following file: