Click or drag to resize
Grid Solutions Framework

DynamicCalculatorVariables Property

Gets defined expression variable collection with current values.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
protected IDictionary<string, Object> Variables { get; }
View Source

Property Value

IDictionaryString, Object
Remarks
Updates to variables outside Calculate(IReadOnlyDictionaryMeasurementKey, IMeasurement, IReadOnlyDictionaryString, Int32) method should be synchronized with lock(this).
See Also