Click or drag to resize

CalculatedDataAttributeGetPrimitiveValueAccessor 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.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IValueAccessor<Object> GetPrimitiveValueAccessor()

Return Value

Type: IValueAccessorObject

Implements

IDataAttributeGetPrimitiveValueAccessor
See Also