Test additional content header

MakeValueArgs Class

Represents set of standard arguments to initialize instance of a class inheriting from Value base class.

Definition

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

Remarks

Used in constructors of classes derived from Value class to initialize the base class.

Properties

ExpressionMetadata of expression that yielded this value.
NameName of value.
OriginOrigin type of the value.
PrimitiveValue 
ScopeNamed scope that this value is part of
TagsCustom tags associated with the value.

See Also