[TypeConverterAttribute(typeof(EvalConverter))]
public class Eval
<TypeConverterAttribute(GetType(EvalConverter))>
Public Class Eval
[TypeConverterAttribute(typeof(EvalConverter))]
public ref class Eval
Gemstone.Configuration.Eval = function();
Type.createClass(
'Gemstone.Configuration.Eval');
Eval | Represents an evaluation type used to hold an expression to evaluate as well as return the value of the evaluation execution. |
Expression | Gets or sets the expression to evaluate. |
TranspiledExpression | Gets or sets the transpiled expression. |
TypeRegistry | Gets the global TypeRegistry used to resolve types for [eval] typed settings. |
Value | Gets or sets the result of the expression evaluation. Value is cached. |
BuildExpressionCompiler | Builds a new ExpressionCompiler using the existing Expression and the global pre-defined TypeRegistry. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Null | Gets an instance of Eval that represents a null expression; |