Click or drag to resize
IncidentLogControllerCreate Method (IncidentLog)
Creates the specified row.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Create(
	IncidentLog row
)

Parameters

row
Type: IncidentLog
The row.

Return Value

Type: ActionResult
ActionResult.
See Also