CustomerAccess Class |
Namespace: SandcastleTest.Generic.DAL.FileSystemStorage
public class CustomerAccess : Crud<Customer>
The CustomerAccess type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomerAccess | Initializes a new instance of the CustomerAccess class |
| Name | Description | |
|---|---|---|
| Content |
Get all contents of the file, containing all the contents of the entity.
(Inherited from CrudT.) | |
| FileName |
Gets the file name of the current entity.
The filename is constructed with the poco class name and the extension .json
(Inherited from CrudT.) |
| Name | Description | |
|---|---|---|
| Create |
Create a new entity (Inherited from CrudT.) | |
| Delete |
Deletes an entity of T (Inherited from CrudT.) | |
| Equals | (Inherited from Object.) | |
| Exists |
Checks, if allEntities contains a entityToCheck (Inherited from CrudT.) | |
| Finalize | (Inherited from Object.) | |
| GetEntity |
Get an entity by Id (Inherited from CrudT.) | |
| GetHashCode | (Inherited from Object.) | |
| GetList |
Get a list of T (Inherited from CrudT.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Store(ListT) |
Stores a ListT to the file system
(Inherited from CrudT.) | |
| Store(String) |
Saves a raw string representation to file system.
(Inherited from CrudT.) | |
| ToString | (Inherited from Object.) | |
| Update |
Update an entity of T (Inherited from CrudT.) |