CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Web.DeleteObjectArgs Class Reference

Argument object used in the DeleteObject event. More...

Inheritance diagram for Csla.Web.DeleteObjectArgs:

Public Member Functions

 DeleteObjectArgs (System.Collections.IDictionary keys, System.Collections.IDictionary oldValues)
 Create an instance of the object.

Properties

int RowsAffected [get, set]
 Gets or sets the number of rows affected while handling this event.
System.Collections.IDictionary Keys [get]
 The list of key values entered by the user.
System.Collections.IDictionary OldValues [get]
 The list of old data values maintained by data binding.

Detailed Description

Argument object used in the DeleteObject event.

Constructor & Destructor Documentation

◆ DeleteObjectArgs()

Csla.Web.DeleteObjectArgs.DeleteObjectArgs ( System.Collections.IDictionary keys,
System.Collections.IDictionary oldValues )
inline

Create an instance of the object.

Exceptions
ArgumentNullExceptionkeys or oldValues is null.

Property Documentation

◆ Keys

System.Collections.IDictionary Csla.Web.DeleteObjectArgs.Keys
get

The list of key values entered by the user.

It is up to the event handler in the web page to use the values to identify the object to be deleted.

◆ OldValues

System.Collections.IDictionary Csla.Web.DeleteObjectArgs.OldValues
get

The list of old data values maintained by data binding.

It is up to the event handler in the web page to use the values to identify the object to be deleted.

◆ RowsAffected

int Csla.Web.DeleteObjectArgs.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.


The documentation for this class was generated from the following file: