8 references to GetLocalizableValue
System.ComponentModel.Annotations (8)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (5)
305
public string? GetShortName() => _shortName.
GetLocalizableValue
() ?? GetName();
332
public string? GetName() => _name.
GetLocalizableValue
();
355
public string? GetDescription() => _description.
GetLocalizableValue
();
378
public string? GetPrompt() => _prompt.
GetLocalizableValue
();
401
public string? GetGroupName() => _groupName.
GetLocalizableValue
();
System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs (1)
108
public string? GetNullDisplayText() => _nullDisplayText.
GetLocalizableValue
();
System\ComponentModel\DataAnnotations\LocalizableString.cs (2)
48
/// found on the resource type supplied to <see cref="
GetLocalizableValue
" />.
85
/// Clears any cached values, forcing <see cref="
GetLocalizableValue
" /> to