Skip to main content

PluginImageType

  • Namespace: PPDS.Plugins
  • Assembly: PPDS.Plugins
  • Kind: Enum
  • Implements: IComparable, IConvertible, IFormattable, ISpanFormattable

Summary

Specifies the type of entity image to register with a plugin step.

Members

Fields

Both

PluginImageType Both

Both pre and post images (2). Only available in Post-operation stage.

PostImage

PluginImageType PostImage

Post-image (1). Snapshot of the entity after the operation. Only available in Post-operation stage.

PreImage

PluginImageType PreImage

Pre-image (0). Snapshot of the entity before the operation. Available in Pre-operation and Post-operation stages.