Test additional content header

ValueType 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
public string Type { get; }

Property Value

String
Name of type aka GetType().Name

Implements

IValueType

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