Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Make
Value
Args 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
C#
Copy
View Source
public
class
MakeValueArgs
Inheritance
Object
MakeValueArgs
Remarks
Used in constructors of classes derived from Value class to initialize the base class.
Properties
Expression
Metadata of expression that yielded this value.
Name
Name of value.
Origin
Origin type of the value.
PrimitiveValue
Scope
Named scope that this value is part of
Tags
Custom tags associated with the value.
See Also
Reference
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Remarks
Properties
See Also