Click or drag to resize
IQuarterlyEntryEditor Interface
Interface for all CRUD operations for Quarterly Entery records

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 IQuarterlyEntryEditor

The IQuarterlyEntryEditor type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a new record
Public methodDelete(Int32)
Deletes a single record based on its Primary Key
Public methodCode exampleDelete(String)
Deletes multiple records based on the where clause provided
Public methodReadList
Gets records based on the provided params
Public methodReadListAll
Gets all existing records
Public methodReadSingle
Gets a single existing record by its Primary Key
Public methodUpdate
Updates an existing record
Top
See Also