Click or drag to resize

DataAttributeBaseTObjectPrimitiveValueType Property

Gets the primitive type or null. Used in public APIs to represent a complex value as a primitive value.

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

Property Value

Type: Type

Implements

IDataAttributePrimitiveValueType
See Also