PluginStage
- Namespace:
PPDS.Plugins - Assembly:
PPDS.Plugins - Kind: Enum
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Summary
Specifies the stage in the event pipeline when a plugin executes.
Members
Fields
PostOperation
PluginStage PostOperation
Post-operation stage (40). Executes after the main operation. Use for actions that depend on the committed data.
PreOperation
PluginStage PreOperation
Pre-operation stage (20). Executes before the main operation. Use for modifying data before it's written to the database.
PreValidation
PluginStage PreValidation
Pre-validation stage (10). Executes before main system validation. Use for validation that should occur before any database locks.