Click or drag to resize
ILookupRepositoryT Interface
The general editor interface for lookup tables/items

Namespace: RMP.WCF.Model
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ILookupRepository<T>

Type Parameters

T
The type to be used. LookupRow or VehicleTypeRow.

The ILookupRepositoryT 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