Click or drag to resize
VariableData Constructor (Object, MethodInfo)
Registers a method as a function

Namespace: FlexRule.DynamicEvaluation
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public VariableData(
	Object value,
	MethodInfo method
)

Parameters

value
Type: SystemObject
if null then method is on type (static) otherwise it is an instance method
method
Type: System.ReflectionMethodInfo
Method to be used on function
See Also