Click or drag to resize
VehicleXAgencyEditorUpdate Method
Updates an existing record

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

Parameters

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

Return Value

Type: VehicleXAgency
The updated record

Implements

IEditorTUpdate(T)
See Also