Click or drag to resize
ICrudClientTEntity Interface
The interface for the CRUD API

Namespace: DrawerBackup.Native.Clients.CrudAPI
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public interface ICrudClient<TEntity>
where TEntity : class

Type Parameters

TEntity

The ICrudClientTEntity type exposes the following members.

Methods
  NameDescription
Public methodCreate
Create the entity
Public methodDelete
Delete the entity
Public methodGet
Get the entity
Public methodSearch
Search the entity
Public methodUpdate
Update the entity
Top
See Also