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:
SOWIWeb.Helper
Assembly:
SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public virtual ActionResult Index(
string submit,
ListViewConfig pViewConfig
)
Public Overridable Function Index (
submit As String,
pViewConfig As ListViewConfig
) As ActionResult
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:SOWIWeb.Helper.ControllerStandard`1.Index(System.String,SOWIData.Management.ListViewConfig)"]
Remarks
Case refresh: called IndexOnActionResultPostRefresh with parameter List View Config
See Also