Click or drag to resize
MaintenanceLogEditorUpdate Method
Updates an existing record

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

Parameters

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

Return Value

Type: MaintenanceLog
The updated record

Implements

IEditorTUpdate(T)
See Also