Click or drag to resize

ControllerStandardDataItemClassDetails Method (String, Int32)

Standard Details (Post). Check CanDetails. Next step by push Button (switch submit): back, edit and delete. If no case is true (switch default) then called DetailsOnActionResultPostCase with parameter submit.

Namespace:  SOWIWin.Helper
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public virtual ActionResult Details(
	string submit,
	int ID = 0
)

Parameters

submit
Type: SystemString
value from Toolbar Button
ID (Optional)
Type: SystemInt32
data item ID

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWin.Helper.ControllerStandard`1.Details(System.String,System.Int32)"]

Remarks
Cases set rediretion: back go to Session Return URL, edit got to action Edit and delete go to action Delete.
See Also