ICreateReadUpdateDeleteT Interface |
Namespace: SandcastleTest.Generic.DAL
public interface ICreateReadUpdateDelete<T> where T : PocoBase
The ICreateReadUpdateDeleteT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create |
Create a new entity |
![]() | Delete |
Deletes an entity of T |
![]() | GetEntity |
Get an entity by Id |
![]() | GetList |
Get a list of T |
![]() | Update |
Update an entity of T |