IValueType Property
Original type of the value implementation
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
[JsonPropertyNameAttribute("Type")]
string Type { get; }
Property Value
StringName of type aka GetType().Name
Can be used for more advance desrialization into concrete value types. Examples of names of built in value types are "Number" and "Condition"