Test additional content header

IValueType 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
[JsonPropertyNameAttribute("Type")]
string Type { get; }

Property Value

String
Name of type aka GetType().Name

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