{CompanyName} FlexyGo

EditController..::..ProcessAllDependencies Method

Process de change event of a property with dependencies returns a list with the form actions to process.

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult ProcessAllDependencies(
	string ObjectName,
	string ProcessName,
	string ReportName,
	bool IsNew,
	bool IsView,
	KeyValuePairs[] Properties
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function ProcessAllDependencies ( _
	ObjectName As String, _
	ProcessName As String, _
	ReportName As String, _
	IsNew As Boolean, _
	IsView As Boolean, _
	Properties As KeyValuePairs() _
) As ActionResult

Parameters

ObjectName
Type: String
Name of the object.
ProcessName
Type: String
Name of the process.
ReportName
Type: String
Name of the report.
IsNew
Type: Boolean
Object is new or not
IsView
Type: Boolean
Is view or not
Properties
Type: array<KeyValuePairs>[]()[][]
Array with the properties and his values.

Return Value

ActionResult.