Summary
MartenOptions.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["MartenOptions"]
class Type type-node
Syntax
public class MartenOptions
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
MartenOptions |
Properties
Name | Value | Summary |
---|---|---|
AutomaticUnitOfWork | bool |
Gets or sets a value indicating whether [automatic unit of work].
|
ConnectionString | string |
Gets or sets the connection string.
|
IdClaims | string[] |
Gets or sets the identifier claims.
|
SessionTracking | DocumentTracking |
Gets or sets the session tracking.
|
UseSession | bool |
Gets or sets a value indicating whether [use session].
|
Methods
Name | Value | Summary |
---|---|---|
IsIdLikeClaim |
bool |
Determines whether [is identifier like claim] [the specified claim].
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|