Click or drag to resize
IVehicleEditor Interface
Interface to provide CRUD operations for Vehicles

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 IVehicleEditor : IEditor<Vehicle>, 
	IReadAgencyListEditor<AgencyVehicle>

The IVehicleEditor type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a new record from the provided record
(Inherited from IEditorT.)
Public methodDelete(Int32)
Deletes a single record based on the Integer provided
(Inherited from IEditorT.)
Public methodCode exampleDelete(String)
Deletes multiple records based on the where clause provided
(Inherited from IEditorT.)
Public methodGetAssignable
Gets a list of vehicles that are assignable by a agency
Public methodReadAgencyList
Gets a list of existing records based on the params provided
(Inherited from IReadAgencyListEditorT.)
Public methodReadList
Gets records based on the params provided
(Inherited from IEditorT.)
Public methodReadListAll
Gets all the records
(Inherited from IEditorT.)
Public methodReadSingle
Gets a single record based on the records Primary Key
(Inherited from IEditorT.)
Public methodTransfer
Transfers the specified vehicle identifier.
Public methodUpdate
Updates an existing record
(Inherited from IEditorT.)
Top
See Also