| VehicleEditor Class |
Namespace: RMP.WCF.Model.Vehicle
The VehicleEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| VehicleEditor(String) | ||
| VehicleEditor(IRepositoryVehicle) |
| 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
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAssignable |
Gets a list of vehicles that are assignable by a agency
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReadAgencyList |
Gets a list of existing records based on the params 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
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Transfer |
Transfers the specified vehicle identifier.
| |
| Update |
Updates an existing record
|