Click or drag to resize
IncidentLogControllerEdit Method (Int32, IncidentLog, FormCollection)
Edits the specified identifier.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Edit(
	int id,
	IncidentLog row,
	FormCollection collection
)

Parameters

id
Type: SystemInt32
The identifier.
row
Type: IncidentLog
The row.
collection
Type: FormCollection

Return Value

Type: ActionResult
ActionResult.
See Also