Click or drag to resize
QuarterlyEntryEditorUpdate Method
Updates an existing record

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

Parameters

Record
Type: RMP.WCF.Model.QuarterlyEntryQuarterlyEntry
The record to update

Return Value

Type: QuarterlyEntry
The updated record

Implements

IQuarterlyEntryEditorUpdate(QuarterlyEntry)
See Also