[]
Evaluates the result of this external variable.
protected virtual void EvaluateCore(IEvaluationContext context, IValue result)
Protected Overridable Sub EvaluateCore(context As IEvaluationContext, result As IValue)
Type | Name | Description |
---|---|---|
IEvaluationContext | context | The evaluation context. |
IValue | result | An IValue object which stores the evaluated result. |
This function is invoked only if the external variable isn't attached with a formula. If it has formula, the calculation engine will take care everything.