IDataAttributeGetPrimitiveValueAccessor Method |
Gets the primitive value accessor or null if the attribute does not support it.
The type of the value is represented by
PrimitiveValueType.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxIValueAccessor<Object> GetPrimitiveValueAccessor()
Function GetPrimitiveValueAccessor As IValueAccessor(Of Object)
IValueAccessor<Object^>^ GetPrimitiveValueAccessor()
abstract GetPrimitiveValueAccessor : unit -> IValueAccessor<Object>
Return Value
Type:
IValueAccessorObject
See Also