Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Value
Type Property
Original type of the value implementation.
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
string
Type
{
get
; }
Property Value
String
Name of type aka GetType().Name
Implements
IValue
Type
Remarks
Can be used for more advance desrialization into concrete value types. Examples of names of built in value types are "Number" and "Condition"
See Also
Reference
Value Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also