Summary
ChangeData.
- Assembly
- Rocket
.Surgery .Domain .Abstractions .dll - Namespace
- Rocket
.Surgery .Domain - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ChangeData<TKey>"]
class Type type-node
Syntax
public class ChangeData<TKey>
Attributes
Type | Description |
---|---|
PublicAPIAttribute |
Type Parameters
Name | Description |
---|---|
TKey | The type of the t key. |
Constructors
Name | Summary |
---|---|
ChangeData |
Initializes a new instance of the ChangeData<TKey> class.
|
ChangeData |
Initializes a new instance of the ChangeData<TKey> class.
|
ChangeData |
Initializes a new instance of the ChangeData<TKey> class.
|
Properties
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|