7 references to GetLocalizableValue
System.ComponentModel.DataAnnotations (7)
DataAnnotations\DisplayAttribute.cs (5)
326return this._shortName.GetLocalizableValue() ?? this.GetName(); 356return this._name.GetLocalizableValue(); 382return this._description.GetLocalizableValue(); 408return this._prompt.GetLocalizableValue(); 434return 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