AgencyControllerEdit Method (Int32, Agency, Int32) |
Edits the specified identifier.
Namespace: RMP.Web.ControllersAssembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ActionResult Edit(
int id,
Agency row,
int[] AgencyXServiceArea
)
Public Function Edit (
id As Integer,
row As Agency,
AgencyXServiceArea As Integer()
) As ActionResult
public:
ActionResult^ Edit(
int id,
Agency^ row,
array<int>^ AgencyXServiceArea
)
member Edit :
id : int *
row : Agency *
AgencyXServiceArea : int[] -> ActionResult
Parameters
- id
- Type: SystemInt32
The identifier. - row
- Type: Agency
The row. - AgencyXServiceArea
- Type: SystemInt32
The agency x service area.
Return Value
Type:
ActionResultActionResult.
See Also