- Assembly
- Rocket
.Surgery .Airframe .Data .dll - Namespace
- Data
- Interfaces
-
- IDisposable
- Implementing Types
graph BT
Type-.->Interface0["IDisposable"]
Type["IClient"]
class Type type-node
Implementing0["DrinkClientMock"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Airframe.Synthetic/DrinkClientMock"
Implementing1["ClientMock<T>"]-.->Type
click Implementing1 "/api/Rocket.Surgery.Airframe.Synthetic/ClientMock_1"
Implementing2["CoffeeClientMock"]-.->Type
click Implementing2 "/api/Rocket.Surgery.Airframe.Synthetic/CoffeeClientMock"
Syntax
public interface IClient : IDisposable
Attributes
Type | Description |
---|---|
Nullable |
Methods
Name | Value | Summary |
---|---|---|
Delete |
Task | |
Delete |
Task | |
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.
|