3 writes to ShortName
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
DataAnnotationsMetadataProviderTest.cs (1)
1808[Display(ShortName = "uno")]
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperSelectTest.cs (1)
1659[Display(ShortName = "uno")]
TagHelpersWebSite (1)
Models\Employee.cs (1)
12[Display(Name = "Full Name", ShortName = "FN")]
9 references to ShortName
System.ComponentModel.Annotations (9)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (9)
25private readonly LocalizableString _shortName = new LocalizableString(nameof(ShortName)); 167/// Gets or sets the <see cref="System.Type" /> that contains the resources for <see cref="ShortName" />, 284/// This can be either a literal, non-localized string provided to <see cref="ShortName" /> or the 285/// localized string found when <see cref="ResourceType" /> has been specified and <see cref="ShortName" /> 291/// <see cref="ShortName" /> will be returned. 293/// When <see cref="ResourceType" /> has been specified and <see cref="ShortName" /> 297/// If <see cref="ShortName" /> is <c>null</c>, the value from <see cref="GetName" /> will be returned. 301/// After setting both the <see cref="ResourceType" /> property and the <see cref="ShortName" /> property, 302/// but a public static property with a name matching the <see cref="ShortName" /> value couldn't be found