IQuarterlyEntryEditor Interface |
Namespace: RMP.WCF.Model
The IQuarterlyEntryEditor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create |
Creates a new record
|
![]() | Delete(Int32) |
Deletes a single record based on its Primary Key
|
![]() ![]() | Delete(String) |
Deletes multiple records based on the where clause provided
|
![]() | ReadList |
Gets records based on the provided params
|
![]() | ReadListAll |
Gets all existing records
|
![]() | ReadSingle |
Gets a single existing record by its Primary Key
|
![]() | Update |
Updates an existing record
|