Click or drag to resize

EventBulkContext Properties

The EventBulkContext type exposes the following members.

Properties
  NameDescription
Public propertyInitialEvent
Gets/sets the initial event starting the bulk operation, e.g. ExtensionEvents.MapperBulkBeforeDelete.
Public propertyItemsAffected
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.
Public propertyParent
Gets/sets the parent object -- the object controlling the bulk operation.
Public propertyProperties
Gets the property collection for the bulk operation context. This can be used by an extension to maintain state information across a bulk operation.
Top
See Also