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
Syntaxpublic Type PrimitiveValueType { get; }
Public ReadOnly Property PrimitiveValueType As Type
Get
public:
virtual property Type^ PrimitiveValueType {
Type^ get () sealed;
}
abstract PrimitiveValueType : Type with get
override PrimitiveValueType : Type with get
Property Value
Type:
Type
The primitive type code.
Implements
IDataAttributePrimitiveValueType
See Also