Context object that flows through the entire save pipeline.
Created once at the start of Save(), populated with pre-save field state,
and passed to every hook. Hooks can read field state and write to the
extensible State bag to pass data to downstream hooks.
This is parallel-safe — each Save() call gets its own SaveContext instance.
Context object that flows through the entire save pipeline. Created once at the start of Save(), populated with pre-save field state, and passed to every hook. Hooks can read field state and write to the extensible State bag to pass data to downstream hooks.
This is parallel-safe — each Save() call gets its own SaveContext instance.