EventBulkContext Properties |
The EventBulkContext type exposes the following members.
| Name | Description | |
|---|---|---|
| InitialEvent |
Gets/sets the initial event starting the bulk operation, e.g. ExtensionEvents.MapperBulkBeforeDelete.
| |
| ItemsAffected |
Gets/sets the number of items affected by the bulk operation.
For example, in a bulk delete operation, this will be the number of items actually deleted by the mapper.
| |
| Parent |
Gets/sets the parent object -- the object controlling the bulk operation.
| |
| Properties |
Gets the property collection for the bulk operation context. This can be used by an extension to
maintain state information across a bulk operation.
|