EditController..::..ProcessDependencies Method
Process de change event of a property with dependencies
returns a list with the form actions to process.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult ProcessDependencies( string ObjectName, string ProcessName, string ReportName, string PropertyName, KeyValuePairs[] Properties )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function ProcessDependencies ( _ ObjectName As String, _ ProcessName As String, _ ReportName As String, _ PropertyName As String, _ Properties As KeyValuePairs() _ ) As ActionResult
Parameters
- ObjectName
- Type: String
Name of the object.
- ProcessName
- Type: String
Name of the object.
- ReportName
- Type: String
Name of the object.
- PropertyName
- Type: String
The property name.
- Properties
- Type: array<KeyValuePairs>[]()[][]
Array with the properties and his values.