Summary
Allows Newtonsoft.Json to set the underlying backing field for a given readonly autoprop
- Assembly
- Rocket
.Surgery .Extensions .Binding .dll - Namespace
- Rocket
.Surgery .Binding - Interfaces
-
- IValueProvider
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IValueProvider"]
Type["BackingFieldValueProvider"]
class Type type-node
Syntax
public class BackingFieldValueProvider : IValueProvider
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| PublicAPIAttribute |
Constructors
| Name | Summary |
|---|---|
| Backing |
Initializes a new instance of the BackingFieldValueProvider class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetValue |
object | |
| SetValue |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
