- Assembly
- Rocket
.Surgery .Airframe .Synthetic .dll - Namespace
- Rocket
.Surgery .Airframe .Synthetic - Interfaces
-
- IClient
- IDisposable
- Base Types
-
- Object
- ClientMock
<DrinkDto>
graph BT
Type-->Base0["ClientMock<DrinkDto>"]
Base0-->Base1["Object"]
Type-.->Interface0["IClient"]
click Interface0 "/api/Data/IClient"
Type-.->Interface1["IDisposable"]
Type["DrinkClientMock"]
class Type type-node
Syntax
public class DrinkClientMock : ClientMock<DrinkDto>, IClient, IDisposable
Attributes
Type | Description |
---|---|
NullableAttribute |
Constructors
Name | Summary |
---|---|
DrinkClientMock |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|