7 references to GetLocalizableValue
System.ComponentModel.DataAnnotations (7)
DataAnnotations\DisplayAttribute.cs (5)
326
return this._shortName.
GetLocalizableValue
() ?? this.GetName();
356
return this._name.
GetLocalizableValue
();
382
return this._description.
GetLocalizableValue
();
408
return this._prompt.
GetLocalizableValue
();
434
return this._groupName.
GetLocalizableValue
();
DataAnnotations\LocalizableString.cs (2)
45
/// found on the resource type supplied to <see cref="
GetLocalizableValue
"/>.
79
/// Clears any cached values, forcing <see cref="
GetLocalizableValue
"/> to