- Assembly
- Rocket
.Surgery .Airframe .Data .dll - Namespace
- Data
- Interfaces
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDataService<T>"]
Type-.->Interface1["IDataService"]
click Interface1 "/api/Data/IDataService"
Type["DataServiceBase<T>"]
class Type type-node
Derived0["DrinkDataService"]-->Type
click Derived0 "/api/Rocket.Surgery.Airframe.Synthetic/DrinkDataService"
Derived1["CoffeeDataService"]-->Type
click Derived1 "/api/Rocket.Surgery.Airframe.Synthetic/CoffeeDataService"
Syntax
public abstract class DataServiceBase<T> : IDataService<T>, IDataService where T : Dto
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Summary |
|---|---|
| DataServiceBase |
Properties
| Name | Value | Summary |
|---|---|---|
| ChangeSet | IObservable |
|
| SourceCache | SourceCache |
Methods
| Name | Value | Summary |
|---|---|---|
| Create |
IObservable |
|
| Delete |
IObservable |
|
| Delete |
IObservable |
|
| Read |
IObservable |
|
| Read |
IObservable |
|
| Update |
IObservable |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
