Test additional content header

EvaluationOptions Class

Provides options to be used with EvaluationScope.

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public class EvaluationOptions
Inheritance
Object    EvaluationOptions

Remarks

Learn more about EvaluationScope behaviours.

Constructors

EvaluationOptionsInitializes a new instance of the EvaluationOptions class.

Properties

AlwaysReadNamesFromExpressionsInstructs EvaluationScope to read argument names from Expression Tree.
DefaultConstructs a new EvaluationOptions instance with a predefined set of defaults.
ScopeGet or sets scope name that will be applied to all values used with EvaluationScope.

See Also