- Assembly
- Rocket
.Surgery .Airframe .Data .dll - Namespace
- Data
- Interfaces
-
- IDisposable
- Implementing Types
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.
|