IDataAttributePrimitiveValueType Property |
Gets the primitive type or null. Used in public APIs to represent a complex value as a primitive value.
For example Quantity and Amount attributes may have
Decimal primitive type.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxType PrimitiveValueType { get; }
ReadOnly Property PrimitiveValueType As Type
Get
property Type^ PrimitiveValueType {
Type^ get ();
}
abstract PrimitiveValueType : Type with get
Property Value
Type:
Type
See Also