Click or drag to resize

ControllerStandardDataItemClassIndex Method (String, ListViewConfig)

Standard Index (Post). Check CanIndex. Next step by push Button (switch submit): create, refresh and EditDataGridView. If no case is true (switch default) then called IndexOnActionResultPostCase 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 Index(
	string submit,
	ListViewConfig pViewConfig
)

Parameters

submit
Type: SystemString
value from Toolbar Button
pViewConfig
Type: SOWIData.ManagementListViewConfig
List View Config from Form

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWin.Helper.ControllerStandard`1.Index(System.String,SOWIData.Management.ListViewConfig)"]

Remarks
Case refresh: called IndexOnActionResultPostRefresh with parameter List View Config
See Also