Click or drag to resize

DynamicExpressoValueGenerator Class

The dynamic expresso value generator.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.LogicDynamicExpressoBase
    Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.GeneratorsDynamicExpressoValueGenerator

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Generators
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class DynamicExpressoValueGenerator : DynamicExpressoBase, 
	IValueGenerator

The DynamicExpressoValueGenerator type exposes the following members.

Constructors
  NameDescription
Public methodDynamicExpressoValueGenerator
DynamicExpressoValueGenerator constructor
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
Protected methodCreateInterpreter
The create interpreter.
(Inherited from DynamicExpressoBase.)
Public methodGenerateValue
The generate value.
Public methodGetAllSupportedPlaceholdersFromText
Gets all supported placeholders from text.
(Inherited from DynamicExpressoBase.)
Public methodGetParameterNames
Gets parameters names.
Protected methodPreProcessValue
Protected methodSetExpressionVariables(Interpreter, Int32)
The set expression variables.
Protected methodSetExpressionVariables(Interpreter, String)
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