Click or drag to resize
MaintenanceLogControllerCreate Method (MaintenanceLog)
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(
	MaintenanceLog row
)

Parameters

row
Type: MaintenanceLog
The row.

Return Value

Type: ActionResult
ActionResult.
See Also