Summary
MartenUser.
Implements the
IMartenUser
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IMartenUser"]
click Interface0 "/api/Rocket.Surgery.Extensions.Marten/IMartenUser"
Type["MartenUser<T>"]
class Type type-node
Syntax
public class MartenUser<T> : IMartenUser
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Summary |
---|---|
MartenUser |
Initializes a new instance of the MartenUser<T> class.
|
Properties
Name | Value | Summary |
---|---|---|
Id | object |
Gets the identifier.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|