Click or drag to resize

CustomerAccess Methods

The CustomerAccess type exposes the following members.

Methods
  NameDescription
Public methodCreate
Create a new entity
(Inherited from CrudT.)
Public methodDelete
Deletes an entity of T
(Inherited from CrudT.)
Public methodEquals (Inherited from Object.)
Private methodExists
Checks, if allEntities contains a entityToCheck
(Inherited from CrudT.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEntity
Get an entity by Id
(Inherited from CrudT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetList
Get a list of T
(Inherited from CrudT.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Private methodStore(ListT) (Inherited from CrudT.)
Private methodStore(String)
Saves a raw string representation to file system.
(Inherited from CrudT.)
Public methodToString (Inherited from Object.)
Public methodUpdate
Update an entity of T
(Inherited from CrudT.)
Top
See Also