Click or drag to resize
IExtensionDllDoFunction Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
DVar DoFunction(
	IUserAccessiable inUL,
	int inFunctionCode,
	DVar[] inParams
)

Parameters

inUL
Type: SurveyToGo.UserLogic.InterfacesIUserAccessiable
inFunctionCode
Type: SystemInt32
inParams
Type: SurveyToGo.UserLogic.InterfacesDVar

Return Value

Type: DVar
See Also