DataAttributeBaseTObjectGetDisplayValueAccessor Method |
Gets the display text accessor or null if the attribute does not support it.
The display value is localized in the current thread culture
and is suitable for displaying and modification by end users.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic virtual IValueAccessor<string> GetDisplayValueAccessor(
string format
)
Public Overridable Function GetDisplayValueAccessor (
format As String
) As IValueAccessor(Of String)
public:
virtual IValueAccessor<String^>^ GetDisplayValueAccessor(
String^ format
)
abstract GetDisplayValueAccessor :
format : string -> IValueAccessor<string>
override GetDisplayValueAccessor :
format : string -> IValueAccessor<string>
Parameters
- format
- Type: SystemString
The display format, which should be used to format the display value.
Return Value
Type:
IValueAccessorString
The display text value accessor.
Implements
IDataAttributeGetDisplayValueAccessor(String)
See Also