CrudT Methods |
The CrudT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create |
Create a new entity |
![]() | Delete |
Deletes an entity of T |
![]() | Equals | (Inherited from Object.) |
![]() | Exists |
Checks, if allEntities contains a entityToCheck |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEntity |
Get an entity by Id |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetList |
Get a list of T |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Store(ListT) |
Stores a ListT to the file system
|
![]() | Store(String) |
Saves a raw string representation to file system.
|
![]() | ToString | (Inherited from Object.) |
![]() | Update |
Update an entity of T |