Click or drag to resize

DynamicExpressoConditionChecker Constructor

Initializes a new instance of the DynamicExpressoConditionChecker class.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Logic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public DynamicExpressoConditionChecker(
	string expression,
	IPlaceholderResolver resolver,
	DataObject actionObject
)

Parameters

expression
Type: SystemString
The expression. Must return bool.
resolver
Type: Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.LogicIPlaceholderResolver
The placeholder resolver.
actionObject
Type: Omada.OE.ModelDataObject
The action data object.
See Also