Click or drag to resize

QuantityDataAttributeTObjectGetPrimitiveValueAccessor Method

Gets the primitive value accessor or null if the attribute does not support it. Used in public APIs to represent a complex value as a primitive value.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IValueAccessor<Object> GetPrimitiveValueAccessor()

Return Value

Type: IValueAccessorObject

Implements

IDataAttributeGetPrimitiveValueAccessor
See Also