Click or drag to resize
IncidentLogEditorCreate Method
Creates a new record from the provided record

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

Parameters

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

Return Value

Type: IncidentLog
The inserted record

Implements

IEditorTCreate(T)
See Also