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