Click or drag to resize
ILookupRepositoryT Methods

The ILookupRepositoryT generic type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a new record
Public methodDelete
Deletes a single record based on its Primary Key
Public methodReadList
Gets a list of lookup records
Public methodReadSingle
Gets a single record based on its Primary Key
Public methodUpdate
Updates an existing record based on the prodived object
Top
See Also