BaseObjectSpace.GetEvaluatorContextDescriptor(Type) Method
In This Article
Creates an instance of the EvaluatorContextDescriptor that is used to supply metadata on the specified type to the ExpressionEvaluator objects.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
type | Type | A type for which an instance of the Evaluator |
#Returns
Type | Description |
---|---|
DevExpress. |
An Evaluator |
#Remarks
For internal use.
#Implements
See Also