Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
IValue
Origin Property
Origin type of the value.
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
[
JsonPropertyNameAttribute
("Origin")]
ValueOriginType
Origin
{
get
; }
Property Value
ValueOriginType
Origin type.
Remarks
Provides an understanding of the origin and classification of a value in respect to it's source and usage.
See Also
Reference
IValue Interface
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Remarks
See Also