EditController..::..GetProcessParamsTemplate Method
Gets the process params template based on an Report Id.
returns a ProcessParamsHelper as an ActionResult
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetProcessParamsTemplate( string ObjectName, string ObjectWhere, string ModuleName, string ProcessName, KeyValuePairs[] Defaults )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetProcessParamsTemplate ( _ ObjectName As String, _ ObjectWhere As String, _ ModuleName As String, _ ProcessName As String, _ Defaults As KeyValuePairs() _ ) As ActionResult
Parameters
- ObjectName
- Type: String
Name of the object.
- ObjectWhere
- Type: String
The object where.
- ModuleName
- Type: String
The module identifier.
- ProcessName
- Type: String
The process identifier.
- Defaults
- Type: array<KeyValuePairs>[]()[][]
Default values as KeyValuePairs