{CompanyName} FlexyGo

EditController..::..ValidateProperty Method

Process de change event of a property with validate returns true or false.

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

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public JsonResult ValidateProperty(
	string ObjectName,
	string ProcessName,
	string ReportName,
	string PropertyName,
	KeyValuePairs[] Properties
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function ValidateProperty ( _
	ObjectName As String, _
	ProcessName As String, _
	ReportName As String, _
	PropertyName As String, _
	Properties As KeyValuePairs() _
) As JsonResult

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.

Return Value

a JsonResult with True if success else false