Summary
Startup filter to ensure that save changes is called on each request
Implements the
Microsoft.AspNetCore.Hosting.IStartupFilter
- Assembly
- Rocket
.Surgery .AspNetCore .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .AspNetCore - Interfaces
-
- IStartupFilter
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IStartupFilter"]
Type["MartenStartupFilter"]
class Type type-node
Syntax
public class MartenStartupFilter : IStartupFilter
Attributes
Type | Description |
---|---|
Used |
Constructors
Name | Summary |
---|---|
MartenStartupFilter |
Methods
Name | Value | Summary |
---|---|---|
Configure |
Action |
Configures the specified next.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- Microsoft.AspNetCore.Hosting.IStartupFilter