Click or drag to resize

IDataAttributeGetInvariantStringAccessor Method

Gets the text value accessor or null if the attribute does not support it. The text value is used when importing from or exporting to text files or streams.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
IValueAccessor<string> GetInvariantStringAccessor()

Return Value

Type: IValueAccessorString
The text value accessor.
Remarks
Text values are stored as constants of the type of the attribute. The intention is to have a culture-neutral way of storing and transporting the values in human-readable way in text files, streams, etc. For example, strings might be enclosed in double quotation marks, dates might be formatted in culture-neutral way (in ISO8601 format), etc.
See Also