- Assembly
- Rocket
.Surgery .Airframe .Synthetic .dll - Namespace
- Rocket
.Surgery .Airframe .Synthetic - Interfaces
-
- IClient
- IDisposable
- Base Types
-
- Object
- Derived Types
Syntax
public abstract class ClientMock<T> : IClient, IDisposable where T : Dto
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Summary |
|---|---|
| ClientMock |
Properties
Methods
| Name | Value | Summary |
|---|---|---|
| Delete |
Task | |
| Delete |
Task | |
| Dispose |
void | |
| Dispose |
void | |
| Get |
Task |
|
| GetAll |
Task |
|
| Post |
Task |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
