IClient Interface

Assembly
Rocket.Surgery.Airframe.Data.dll
Namespace
Data
Interfaces
  • IDisposable
Implementing Types
IClient
IDisposable

Syntax

public interface IClient : IDisposable

Attributes

Type Description
NullableContextAttribute

Methods

Name Value Summary
Delete<T>(Guid) Task
Delete<T>(T) Task
Get<T>(Guid) Task<T>
GetAll<T>() Task<IEnumerable<T>>
Post<T>(T) Task<T>

Extension Methods

Name Value Summary
SetBackingValue<IClient, TV>(Expression<Func<IClient, TV>>, TV) T
Sets the backing value.
With<IClient, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.