Click or drag to resize
MaintenanceLogEditorCreate Method
Creates a new record from the provided 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 Create(
	MaintenanceLog Record
)

Parameters

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

Return Value

Type: MaintenanceLog
The inserted record

Implements

IEditorTCreate(T)
See Also