Click or drag to resize

DynamicExpressoConditionChecker Class

The Dynamic Expresso Condition Checker.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.LogicDynamicExpressoBase
    Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.LogicDynamicExpressoConditionChecker

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 class DynamicExpressoConditionChecker : DynamicExpressoBase

The DynamicExpressoConditionChecker type exposes the following members.

Constructors
  NameDescription
Public methodDynamicExpressoConditionChecker
Initializes a new instance of the DynamicExpressoConditionChecker class.
Top
Properties
  NameDescription
Protected propertyActionObject
Gets or sets the action object.
(Inherited from DynamicExpressoBase.)
Protected propertyResolver
Gets or sets the resolver.
(Inherited from DynamicExpressoBase.)
Top
Methods
  NameDescription
Public methodCheckExpressionCondition
Checks condition from expression.
Protected methodCreateInterpreter
The create interpreter.
(Inherited from DynamicExpressoBase.)
Public methodGetAllSupportedPlaceholdersFromText
Gets all supported placeholders from text.
(Inherited from DynamicExpressoBase.)
Protected methodPreProcessValue
(Inherited from DynamicExpressoBase.)
Protected methodSetExpressionVariables
The set expression variables.
(Inherited from DynamicExpressoBase.)
Top
Fields
  NameDescription
Protected fieldExpression
The expression.
(Inherited from DynamicExpressoBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also