Click or drag to resize

DynamicExpressoBase Class

The Dynamic Expresso Base.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.LogicDynamicExpressoBase
    Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.GeneratorsDynamicExpressoValueGenerator
    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 DynamicExpressoBase

The DynamicExpressoBase type exposes the following members.

Constructors
  NameDescription
Public methodDynamicExpressoBase
Top
Properties
  NameDescription
Protected propertyActionObject
Gets or sets the action object.
Protected propertyResolver
Gets or sets the resolver.
Top
Methods
  NameDescription
Protected methodCreateInterpreter
The create interpreter.
Public methodGetAllSupportedPlaceholdersFromText
Gets all supported placeholders from text.
Protected methodPreProcessValue
Protected methodSetExpressionVariables
The set expression variables.
Top
Fields
  NameDescription
Protected fieldExpression
The expression.
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