Interface IPluginEventContext2<TEntity>
Context for CreateMultiple or UpdateMultiple plugin event. Also compatible with Create and Update.
public interface IPluginEventContext2<out TEntity> : IPluginEventContext2, IBasePluginEventContext, IEventContext where TEntity : Entity
Type Parameters
TEntity
If using early-bound classes, specify the intended type. If using late-bound, specify Entity.
- Inherited Members
Properties
Targets
List of records being created/updated
IReadOnlyList<ITargetItem<out TEntity>> Targets { get; }
Property Value
- IReadOnlyList<ITargetItem<TEntity>>