Click or drag to resize
IVehicleEditorTransfer Method
Transfers the specified vehicle identifier.

Namespace: RMP.WCF.Model
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool Transfer(
	int VehicleID,
	DateTime TransferDate,
	int AgencyID,
	string EntryBy
)

Parameters

VehicleID
Type: SystemInt32
The vehicle identifier.
TransferDate
Type: SystemDateTime
The transfer date.
AgencyID
Type: SystemInt32
The agency identifier.
EntryBy
Type: SystemString
The entry by.

Return Value

Type: Boolean
true if no errors, false otherwise.
See Also