IRgListHandlerCallCustomFunctionAsync Method
Namespace: Recrovit.RecroGridFramework.Client.HandlersAssembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.5.2.10527
Task<RgfResult<RgfCustomFunctionResult>> CallCustomFunctionAsync(
string functionName,
bool requireQueryParams = false,
Dictionary<string, Object>? customParams = null,
RgfEntityKey? entityKey = null
)
- functionName String
-
- requireQueryParams Boolean (Optional)
-
- customParams DictionaryString, Object (Optional)
-
- entityKey RgfEntityKey (Optional)
-
TaskRgfResultRgfCustomFunctionResult