Click or drag to resize

CalculatedDataAttributePrimitiveValueType Property

Gets the primitive type code. Used in public APIs to represent a complex value as a primitive value. For example for Quantity and Amount attributes the primitive value is of Decimal type.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Type PrimitiveValueType { get; }

Property Value

Type: Type
The primitive type code.

Implements

IDataAttributePrimitiveValueType
See Also