Click or drag to resize
VehicleTypeEditorUpdate Method
Updates an existing record

Namespace: RMP.WCF.Model.VehicleType
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VehicleTypeRow Update(
	VehicleTypeRow Record
)

Parameters

Record
Type: RMP.WCF.Model.VehicleTypeVehicleTypeRow
The record to be updated

Return Value

Type: VehicleTypeRow
The updated record

Implements

IEditorTUpdate(T)
See Also