Click or drag to resize

CrudT Methods

The CrudT generic type exposes the following members.

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