IRgListHandlerCallCustomFunctionAsync Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Handlers
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.4.0.10320
C#
Task<RgfResult<RgfCustomFunctionResult>> CallCustomFunctionAsync(
	string functionName,
	bool requireQueryParams = false,
	Dictionary<string, Object>? customParams = null,
	RgfEntityKey? entityKey = null
)

Parameters

functionName  String
 
requireQueryParams  Boolean  (Optional)
 
customParams  DictionaryString, Object  (Optional)
 
entityKey  RgfEntityKey  (Optional)
 

Return Value

TaskRgfResultRgfCustomFunctionResult

See Also