Gemstone Expressions Library
C#
VB
C++
JavaScript
Show/Hide TOC
Expression
Context
Compiler
TResult
Properties
Properties
CompiledAction
Gets
Action
T
delegate for compiled expression.
(Inherited from
ExpressionCompiler
TResult, TInstanceParameter
)
CompiledExpression
Gets the compiled
Linq Expression
after
C# Code Expression
is compiled.
(Inherited from
ExpressionCompiler
TResult, TInstanceParameter
)
CompiledFunction
Gets
Func
T, TResult
delegate for compiled expression.
(Inherited from
ExpressionCompiler
TResult, TInstanceParameter
)
Expression
Gets the C# code expression to compile.
(Inherited from
ExpressionCompiler
TResult, TInstanceParameter
)
InstanceParameterType
Gets or sets the instance parameter
Type
used for defining expression accessible field values, defaults to
TInstanceParameter
.
(Inherited from
ExpressionCompiler
TResult, TInstanceParameter
)
TypeRegistry
Gets or sets the
TypeRegistry
used for compilation.
(Inherited from
ExpressionCompiler
TResult, TInstanceParameter
)
VariableContext
Gets or sets the
ExpressionContext
T
instance to use for context variables.
(Inherited from
ExpressionContextCompiler
TResult, TContextType
)
See Also
Reference
ExpressionContextCompiler
TResult
Class
Gemstone.Expressions.Evaluator Namespace
In This Article
Properties
See Also