Summary
DumpCommand.
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .Commands - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ApplyCommand"]
class Type type-node
Syntax
public class ApplyCommand
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
Used |
|
CommandAttribute |
Constructors
Name | Summary |
---|---|
ApplyCommand |
Initializes a new instance of the ApplyCommand class.
|
Methods
Name | Value | Summary |
---|---|---|
OnExecute |
int |
Called when [execute].
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|