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

Namespace: RMP.WCF.Model.Vehicle
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public 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.

Implements

IVehicleEditorTransfer(Int32, DateTime, Int32, String)
See Also